Html Css Color HEX #D66DAB Hopbush

📋 copy color: '#D66DAB'

red 214 ◦ green 109 ◦ blue 171

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

Shades of Hopbush #D66DAB

Tints of Hopbush #D66DAB

RGB

 RED value IS 214 (83.98% from 255) = 43.32%

 GREEN value IS 109 (42.97% from 255) = 22.06%

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 43.32%
G = 22.06%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D66DAB (or 0xD66DAB) is known color: Hopbush. HEX triplet: D6, 6D and AB. RGB value is (214,109,171). Sum of RGB (Red+Green+Blue) = 214+109+171=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DAB is #299254. Grayscale: #939393. Windows color (decimal): -2724437 or 11234774. OLE color: 11234774.

HSL color Cylindrical-coordinate representation of color #D66DAB: hue angle of 324.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DAB is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 171 -
CMYK 0 0.49 0.20 0.16
HSL 324.57º 0.56% 0.63% -
HSV(B) 324.57º 0.49% 0.84% -
XYZ 40.55 28.17 41.83 -
YUV 147.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 214 109 171 0 0.49 0.20 0.16 324.57 0.56 0.63
Hex D6 6D AB 0 31 14 10 145 38 3F
Octal 326 155 253 0 61 24 20 505 70 77
Binary 11010110 1101101 10101011 0 110001 10100 10000 101000101 111000 111111

Color Harmonies of #D66DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DAB

Black with #D66DAB

Text Example


Text Example

White with #D66DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DAB; }

 p { color: rgb(214,109,171); }

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

background-color css

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

 a { background-color: rgb(214,109,171); }

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

border-color css

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

 span { border-color: rgb(214,109,171); }

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