Html Css Color HEX #DB66D9 Orchid

📋 copy color: '#DB66D9'

red 219 ◦ green 102 ◦ blue 217

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

Shades of Orchid #DB66D9

Tints of Orchid #DB66D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.96%

 BLUE value IS 217 (85.16% from 255) = 40.33%

R = 40.71%
G = 18.96%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB66D9 (or 0xDB66D9) is known color: Orchid. HEX triplet: DB, 66 and D9. RGB value is (219,102,217). Sum of RGB (Red+Green+Blue) = 219+102+217=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66D9 is #249926. Grayscale: #959595. Windows color (decimal): -2398503 or 14247643. OLE color: 14247643.

HSL color Cylindrical-coordinate representation of color #DB66D9: hue angle of 301.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66D9 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 217 -
CMYK 0 0.53 0.01 0.14
HSL 301.03º 0.62% 0.63% -
HSV(B) 301.03º 0.53% 0.86% -
XYZ 46.49 29.57 68.9 -
YUV 150.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 219 102 217 0 0.53 0.01 0.14 301.03 0.62 0.63
Hex DB 66 D9 0 35 1 E 12D 3E 3F
Octal 333 146 331 0 65 1 16 455 76 77
Binary 11011011 1100110 11011001 0 110101 1 1110 100101101 111110 111111

Color Harmonies of #DB66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66D9

Black with #DB66D9

Text Example


Text Example

White with #DB66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66D9; }

 p { color: rgb(219,102,217); }

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

background-color css

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

 a { background-color: rgb(219,102,217); }

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

border-color css

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

 span { border-color: rgb(219,102,217); }

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