Html Css Color HEX #D05F95 Hopbush

📋 copy color: '#D05F95'

red 208 ◦ green 95 ◦ blue 149

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

Shades of Hopbush #D05F95

Tints of Hopbush #D05F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 149 (58.59% from 255) = 32.96%

R = 46.02%
G = 21.02%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D05F95 (or 0xD05F95) is known color: Hopbush. HEX triplet: D0, 5F and 95. RGB value is (208,95,149). Sum of RGB (Red+Green+Blue) = 208+95+149=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F95 is #2FA06A. Grayscale: #868686. Windows color (decimal): -3121259 or 9789392. OLE color: 9789392.

HSL color Cylindrical-coordinate representation of color #D05F95: hue angle of 331.33º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F95 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 149 -
CMYK 0 0.54 0.28 0.18
HSL 331.33º 0.55% 0.59% -
HSV(B) 331.33º 0.54% 0.82% -
XYZ 35.53 23.76 31.15 -
YUV 134.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 208 95 149 0 0.54 0.28 0.18 331.33 0.55 0.59
Hex D0 5F 95 0 36 1C 12 14B 37 3B
Octal 320 137 225 0 66 34 22 513 67 73
Binary 11010000 1011111 10010101 0 110110 11100 10010 101001011 110111 111011

Color Harmonies of #D05F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F95

Black with #D05F95

Text Example


Text Example

White with #D05F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F95; }

 p { color: rgb(208,95,149); }

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

background-color css

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

 a { background-color: rgb(208,95,149); }

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

border-color css

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

 span { border-color: rgb(208,95,149); }

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