Html Css Color HEX #D05997 Mulberry

📋 copy color: '#D05997'

red 208 ◦ green 89 ◦ blue 151

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

Shades of Mulberry #D05997

Tints of Mulberry #D05997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 46.43%
G = 19.87%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D05997 (or 0xD05997) is known color: Mulberry. HEX triplet: D0, 59 and 97. RGB value is (208,89,151). Sum of RGB (Red+Green+Blue) = 208+89+151=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D05997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05997 is #2FA668. Grayscale: #838383. Windows color (decimal): -3122793 or 9918928. OLE color: 9918928.

HSL color Cylindrical-coordinate representation of color #D05997: hue angle of 328.74º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05997 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 151 -
CMYK 0 0.57 0.27 0.18
HSL 328.74º 0.56% 0.58% -
HSV(B) 328.74º 0.57% 0.82% -
XYZ 35.17 22.79 31.82 -
YUV 131.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 208 89 151 0 0.57 0.27 0.18 328.74 0.56 0.58
Hex D0 59 97 0 39 1B 12 149 38 3A
Octal 320 131 227 0 71 33 22 511 70 72
Binary 11010000 1011001 10010111 0 111001 11011 10010 101001001 111000 111010

Color Harmonies of #D05997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05997

Black with #D05997

Text Example


Text Example

White with #D05997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05997; }

 p { color: rgb(208,89,151); }

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

background-color css

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

 a { background-color: rgb(208,89,151); }

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

border-color css

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

 span { border-color: rgb(208,89,151); }

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