Html Css Color HEX #D072A0 Hopbush

📋 copy color: '#D072A0'

red 208 ◦ green 114 ◦ blue 160

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

Shades of Hopbush #D072A0

Tints of Hopbush #D072A0

RGB

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

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

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

R = 43.15%
G = 23.65%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D072A0 (or 0xD072A0) is known color: Hopbush. HEX triplet: D0, 72 and A0. RGB value is (208,114,160). Sum of RGB (Red+Green+Blue) = 208+114+160=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D072A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D072A0 is #2F8D5F. Grayscale: #939393. Windows color (decimal): -3116384 or 10515152. OLE color: 10515152.

HSL color Cylindrical-coordinate representation of color #D072A0: hue angle of 330.64º 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 #D072A0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 160 -
CMYK 0 0.45 0.23 0.18
HSL 330.64º 0.5% 0.63% -
HSV(B) 330.64º 0.45% 0.82% -
XYZ 38.37 27.98 36.64 -
YUV 147.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 208 114 160 0 0.45 0.23 0.18 330.64 0.5 0.63
Hex D0 72 A0 0 2D 17 12 14B 32 3F
Octal 320 162 240 0 55 27 22 513 62 77
Binary 11010000 1110010 10100000 0 101101 10111 10010 101001011 110010 111111

Color Harmonies of #D072A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072A0

Black with #D072A0

Text Example


Text Example

White with #D072A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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