Html Css Color HEX #DB66BA Orchid

📋 copy color: '#DB66BA'

red 219 ◦ green 102 ◦ blue 186

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

Shades of Orchid #DB66BA

Tints of Orchid #DB66BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 43.2%
G = 20.12%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DB66BA (or 0xDB66BA) is known color: Orchid. HEX triplet: DB, 66 and BA. RGB value is (219,102,186). Sum of RGB (Red+Green+Blue) = 219+102+186=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66BA is #249945. Grayscale: #929292. Windows color (decimal): -2398534 or 12216027. OLE color: 12216027.

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

Color convert

RGB 219 102 186 -
CMYK 0 0.53 0.15 0.14
HSL 316.92º 0.62% 0.63% -
HSV(B) 316.92º 0.53% 0.86% -
XYZ 42.83 28.11 49.62 -
YUV 146.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 219 102 186 0 0.53 0.15 0.14 316.92 0.62 0.63
Hex DB 66 BA 0 35 F E 13D 3E 3F
Octal 333 146 272 0 65 17 16 475 76 77
Binary 11011011 1100110 10111010 0 110101 1111 1110 100111101 111110 111111

Color Harmonies of #DB66BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66BA

Black with #DB66BA

Text Example


Text Example

White with #DB66BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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