Html Css Color HEX #D072A6 Hopbush

📋 copy color: '#D072A6'

red 208 ◦ green 114 ◦ blue 166

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

Shades of Hopbush #D072A6

Tints of Hopbush #D072A6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.36%

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

R = 42.62%
G = 23.36%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D072A6 (or 0xD072A6) is known color: Hopbush. HEX triplet: D0, 72 and A6. RGB value is (208,114,166). Sum of RGB (Red+Green+Blue) = 208+114+166=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D072A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D072A6 is #2F8D59. Grayscale: #939393. Windows color (decimal): -3116378 or 10908368. OLE color: 10908368.

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

Color convert

RGB 208 114 166 -
CMYK 0 0.45 0.20 0.18
HSL 326.81º 0.5% 0.63% -
HSV(B) 326.81º 0.45% 0.82% -
XYZ 38.91 28.2 39.47 -
YUV 148.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 208 114 166 0 0.45 0.20 0.18 326.81 0.5 0.63
Hex D0 72 A6 0 2D 14 12 147 32 3F
Octal 320 162 246 0 55 24 22 507 62 77
Binary 11010000 1110010 10100110 0 101101 10100 10010 101000111 110010 111111

Color Harmonies of #D072A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072A6

Black with #D072A6

Text Example


Text Example

White with #D072A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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