Html Css Color HEX #D66DAA Hopbush

📋 copy color: '#D66DAA'

red 214 ◦ green 109 ◦ blue 170

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

Shades of Hopbush #D66DAA

Tints of Hopbush #D66DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 43.41%
G = 22.11%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D66DAA (or 0xD66DAA) is known color: Hopbush. HEX triplet: D6, 6D and AA. RGB value is (214,109,170). Sum of RGB (Red+Green+Blue) = 214+109+170=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DAA is #299255. Grayscale: #939393. Windows color (decimal): -2724438 or 11169238. OLE color: 11169238.

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

Color convert

RGB 214 109 170 -
CMYK 0 0.49 0.21 0.16
HSL 325.14º 0.56% 0.63% -
HSV(B) 325.14º 0.49% 0.84% -
XYZ 40.46 28.14 41.33 -
YUV 147.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 214 109 170 0 0.49 0.21 0.16 325.14 0.56 0.63
Hex D6 6D AA 0 31 15 10 145 38 3F
Octal 326 155 252 0 61 25 20 505 70 77
Binary 11010110 1101101 10101010 0 110001 10101 10000 101000101 111000 111111

Color Harmonies of #D66DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DAA

Black with #D66DAA

Text Example


Text Example

White with #D66DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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