Html Css Color HEX #D66CA8 Hopbush

📋 copy color: '#D66CA8'

red 214 ◦ green 108 ◦ blue 168

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

Shades of Hopbush #D66CA8

Tints of Hopbush #D66CA8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.04%

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 43.67%
G = 22.04%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D66CA8 (or 0xD66CA8) is known color: Hopbush. HEX triplet: D6, 6C and A8. RGB value is (214,108,168). Sum of RGB (Red+Green+Blue) = 214+108+168=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CA8 is #299357. Grayscale: #929292. Windows color (decimal): -2724696 or 11037910. OLE color: 11037910.

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

Color convert

RGB 214 108 168 -
CMYK 0 0.50 0.21 0.16
HSL 326.04º 0.56% 0.63% -
HSV(B) 326.04º 0.5% 0.84% -
XYZ 40.16 27.85 40.3 -
YUV 146.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 214 108 168 0 0.50 0.21 0.16 326.04 0.56 0.63
Hex D6 6C A8 0 32 15 10 146 38 3F
Octal 326 154 250 0 62 25 20 506 70 77
Binary 11010110 1101100 10101000 0 110010 10101 10000 101000110 111000 111111

Color Harmonies of #D66CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CA8

Black with #D66CA8

Text Example


Text Example

White with #D66CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CA8; }

 p { color: rgb(214,108,168); }

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

background-color css

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

 a { background-color: rgb(214,108,168); }

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

border-color css

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

 span { border-color: rgb(214,108,168); }

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