Html Css Color HEX #D079B0 Hopbush

📋 copy color: '#D079B0'

red 208 ◦ green 121 ◦ blue 176

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

Shades of Hopbush #D079B0

Tints of Hopbush #D079B0

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.96%

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

R = 41.19%
G = 23.96%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D079B0 (or 0xD079B0) is known color: Hopbush. HEX triplet: D0, 79 and B0. RGB value is (208,121,176). Sum of RGB (Red+Green+Blue) = 208+121+176=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D079B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D079B0 is #2F864F. Grayscale: #999999. Windows color (decimal): -3114576 or 11565520. OLE color: 11565520.

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

Color convert

RGB 208 121 176 -
CMYK 0 0.42 0.15 0.18
HSL 322.07º 0.48% 0.65% -
HSV(B) 322.07º 0.42% 0.82% -
XYZ 40.69 30.22 44.76 -
YUV 153.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 208 121 176 0 0.42 0.15 0.18 322.07 0.48 0.65
Hex D0 79 B0 0 2A F 12 142 30 41
Octal 320 171 260 0 52 17 22 502 60 101
Binary 11010000 1111001 10110000 0 101010 1111 10010 101000010 110000 1000001

Color Harmonies of #D079B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D079B0

Black with #D079B0

Text Example


Text Example

White with #D079B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D079B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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