Html Css Color HEX #D66BAF Hopbush

📋 copy color: '#D66BAF'

red 214 ◦ green 107 ◦ blue 175

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

Shades of Hopbush #D66BAF

Tints of Hopbush #D66BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.57%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 43.15%
G = 21.57%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D66BAF (or 0xD66BAF) is known color: Hopbush. HEX triplet: D6, 6B and AF. RGB value is (214,107,175). Sum of RGB (Red+Green+Blue) = 214+107+175=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BAF is #299450. Grayscale: #929292. Windows color (decimal): -2724945 or 11496406. OLE color: 11496406.

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

Color convert

RGB 214 107 175 -
CMYK 0 0.50 0.18 0.16
HSL 321.87º 0.57% 0.63% -
HSV(B) 321.87º 0.5% 0.84% -
XYZ 40.73 27.91 43.8 -
YUV 146.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 214 107 175 0 0.50 0.18 0.16 321.87 0.57 0.63
Hex D6 6B AF 0 32 12 10 142 39 3F
Octal 326 153 257 0 62 22 20 502 71 77
Binary 11010110 1101011 10101111 0 110010 10010 10000 101000010 111001 111111

Color Harmonies of #D66BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BAF

Black with #D66BAF

Text Example


Text Example

White with #D66BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BAF; }

 p { color: rgb(214,107,175); }

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

background-color css

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

 a { background-color: rgb(214,107,175); }

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

border-color css

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

 span { border-color: rgb(214,107,175); }

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