Html Css Color HEX #D66CA4 Hopbush

📋 copy color: '#D66CA4'

red 214 ◦ green 108 ◦ blue 164

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

Shades of Hopbush #D66CA4

Tints of Hopbush #D66CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 44.03%
G = 22.22%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D66CA4 (or 0xD66CA4) is known color: Hopbush. HEX triplet: D6, 6C and A4. RGB value is (214,108,164). Sum of RGB (Red+Green+Blue) = 214+108+164=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CA4 is #29935B. Grayscale: #919191. Windows color (decimal): -2724700 or 10775766. OLE color: 10775766.

HSL color Cylindrical-coordinate representation of color #D66CA4: hue angle of 328.3º 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 #D66CA4 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 164 -
CMYK 0 0.50 0.23 0.16
HSL 328.3º 0.56% 0.63% -
HSV(B) 328.3º 0.5% 0.84% -
XYZ 39.79 27.7 38.37 -
YUV 146.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 214 108 164 0 0.50 0.23 0.16 328.3 0.56 0.63
Hex D6 6C A4 0 32 17 10 148 38 3F
Octal 326 154 244 0 62 27 20 510 70 77
Binary 11010110 1101100 10100100 0 110010 10111 10000 101001000 111000 111111

Color Harmonies of #D66CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CA4

Black with #D66CA4

Text Example


Text Example

White with #D66CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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