Html Css Color HEX #DB66D6 Orchid

📋 copy color: '#DB66D6'

red 219 ◦ green 102 ◦ blue 214

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

Shades of Orchid #DB66D6

Tints of Orchid #DB66D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 40.93%
G = 19.07%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB66D6 (or 0xDB66D6) is known color: Orchid. HEX triplet: DB, 66 and D6. RGB value is (219,102,214). Sum of RGB (Red+Green+Blue) = 219+102+214=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66D6 is #249929. Grayscale: #959595. Windows color (decimal): -2398506 or 14051035. OLE color: 14051035.

HSL color Cylindrical-coordinate representation of color #DB66D6: hue angle of 302.56º 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 #DB66D6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 214 -
CMYK 0 0.53 0.02 0.14
HSL 302.56º 0.62% 0.63% -
HSV(B) 302.56º 0.53% 0.86% -
XYZ 46.1 29.42 66.87 -
YUV 149.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 219 102 214 0 0.53 0.02 0.14 302.56 0.62 0.63
Hex DB 66 D6 0 35 2 E 12F 3E 3F
Octal 333 146 326 0 65 2 16 457 76 77
Binary 11011011 1100110 11010110 0 110101 10 1110 100101111 111110 111111

Color Harmonies of #DB66D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66D6

Black with #DB66D6

Text Example


Text Example

White with #DB66D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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