Html Css Color HEX #D072B0 Hopbush

📋 copy color: '#D072B0'

red 208 ◦ green 114 ◦ blue 176

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

Shades of Hopbush #D072B0

Tints of Hopbush #D072B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.34%

R = 41.77%
G = 22.89%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D072B0 (or 0xD072B0) is known color: Hopbush. HEX triplet: D0, 72 and B0. RGB value is (208,114,176). Sum of RGB (Red+Green+Blue) = 208+114+176=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D072B0 is #2F8D4F. Grayscale: #959595. Windows color (decimal): -3116368 or 11563728. OLE color: 11563728.

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

Color convert

RGB 208 114 176 -
CMYK 0 0.45 0.15 0.18
HSL 320.43º 0.5% 0.63% -
HSV(B) 320.43º 0.45% 0.82% -
XYZ 39.87 28.58 44.49 -
YUV 149.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 208 114 176 0 0.45 0.15 0.18 320.43 0.5 0.63
Hex D0 72 B0 0 2D F 12 140 32 3F
Octal 320 162 260 0 55 17 22 500 62 77
Binary 11010000 1110010 10110000 0 101101 1111 10010 101000000 110010 111111

Color Harmonies of #D072B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072B0

Black with #D072B0

Text Example


Text Example

White with #D072B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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