Html Css Color HEX #D66BA0 Hopbush

📋 copy color: '#D66BA0'

red 214 ◦ green 107 ◦ blue 160

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

Shades of Hopbush #D66BA0

Tints of Hopbush #D66BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.26%

R = 44.49%
G = 22.25%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D66BA0 (or 0xD66BA0) is known color: Hopbush. HEX triplet: D6, 6B and A0. RGB value is (214,107,160). Sum of RGB (Red+Green+Blue) = 214+107+160=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BA0 is #29945F. Grayscale: #909090. Windows color (decimal): -2724960 or 10513366. OLE color: 10513366.

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

Color convert

RGB 214 107 160 -
CMYK 0 0.50 0.25 0.16
HSL 330.28º 0.57% 0.63% -
HSV(B) 330.28º 0.5% 0.84% -
XYZ 39.33 27.35 36.46 -
YUV 145.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 214 107 160 0 0.50 0.25 0.16 330.28 0.57 0.63
Hex D6 6B A0 0 32 19 10 14A 39 3F
Octal 326 153 240 0 62 31 20 512 71 77
Binary 11010110 1101011 10100000 0 110010 11001 10000 101001010 111001 111111

Color Harmonies of #D66BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BA0

Black with #D66BA0

Text Example


Text Example

White with #D66BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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