Html Css Color HEX #DB71DD Orchid

📋 copy color: '#DB71DD'

red 219 ◦ green 113 ◦ blue 221

#DB71DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DB71DD

Tints of Orchid #DB71DD

RGB

 RED value IS 219 (85.94% from 255) = 39.6%

 GREEN value IS 113 (44.53% from 255) = 20.43%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 39.6%
G = 20.43%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB71DD (or 0xDB71DD) is known color: Orchid. HEX triplet: DB, 71 and DD. RGB value is (219,113,221). Sum of RGB (Red+Green+Blue) = 219+113+221=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71DD is #248E22. Grayscale: #9C9C9C. Windows color (decimal): -2395683 or 14512603. OLE color: 14512603.

HSL color Cylindrical-coordinate representation of color #DB71DD: hue angle of 298.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB71DD is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 113 221 -
CMYK 0.01 0.49 0 0.13
HSL 298.89º 0.61% 0.65% -
HSV(B) 298.89º 0.49% 0.87% -
XYZ 48.17 32.09 72.06 -
YUV 157.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 219 113 221 0.01 0.49 0 0.13 298.89 0.61 0.65
Hex DB 71 DD 1 31 0 D 12B 3D 41
Octal 333 161 335 1 61 0 15 453 75 101
Binary 11011011 1110001 11011101 1 110001 0 1101 100101011 111101 1000001

Color Harmonies of #DB71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB71DD

Black with #DB71DD

Text Example


Text Example

White with #DB71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB71DD; }

 p { color: rgb(219,113,221); }

 H1.HeaderClassName
 {
   color: #DB71DD;
 }
 .AnyTagClassName
 {
   color: #DB71DD;
 }
</style>

background-color css

<style>
 a { background-color: #DB71DD; }

 a { background-color: rgb(219,113,221); }

 div.DivClassName
 {
   background-color: #DB71DD;
 }
 .BgClassName
 {
   background-color: #DB71DD;
 }
</style>

border-color css

<style>
 span { border-color: #DB71DD; }

 span { border-color: rgb(219,113,221); }

 td.TdClassName
 {
   border-color: #DB71DD;
 }
 .TagClassName
 {
   border-color: #DB71DD;
 }
</style>