Html Css Color HEX #D06DA6 Hopbush

📋 copy color: '#D06DA6'

red 208 ◦ green 109 ◦ blue 166

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

Shades of Hopbush #D06DA6

Tints of Hopbush #D06DA6

RGB

 RED value IS 208 (81.64% from 255) = 43.06%

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

 BLUE value IS 166 (65.23% from 255) = 34.37%

R = 43.06%
G = 22.57%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D06DA6 (or 0xD06DA6) is known color: Hopbush. HEX triplet: D0, 6D and A6. RGB value is (208,109,166). Sum of RGB (Red+Green+Blue) = 208+109+166=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 166 (65.23% from 255 or 34.37% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06DA6 is #2F9259. Grayscale: #909090. Windows color (decimal): -3117658 or 10907088. OLE color: 10907088.

HSL color Cylindrical-coordinate representation of color #D06DA6: hue angle of 325.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DA6 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 109 166 -
CMYK 0 0.48 0.20 0.18
HSL 325.45º 0.51% 0.62% -
HSV(B) 325.45º 0.48% 0.82% -
XYZ 38.36 27.1 39.29 -
YUV 145.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 208 109 166 0 0.48 0.20 0.18 325.45 0.51 0.62
Hex D0 6D A6 0 30 14 12 145 33 3E
Octal 320 155 246 0 60 24 22 505 63 76
Binary 11010000 1101101 10100110 0 110000 10100 10010 101000101 110011 111110

Color Harmonies of #D06DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06DA6

Black with #D06DA6

Text Example


Text Example

White with #D06DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06DA6; }

 p { color: rgb(208,109,166); }

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

background-color css

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

 a { background-color: rgb(208,109,166); }

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

border-color css

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

 span { border-color: rgb(208,109,166); }

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