Html Css Color HEX #D05191 Mulberry

📋 copy color: '#D05191'

red 208 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #D05191

Tints of Mulberry #D05191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.66%

 BLUE value IS 145 (57.03% from 255) = 33.41%

R = 47.93%
G = 18.66%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D05191 (or 0xD05191) is known color: Mulberry. HEX triplet: D0, 51 and 91. RGB value is (208,81,145). Sum of RGB (Red+Green+Blue) = 208+81+145=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D05191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05191 is #2FAE6E. Grayscale: #7E7E7E. Windows color (decimal): -3124847 or 9523664. OLE color: 9523664.

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

Color convert

RGB 208 81 145 -
CMYK 0 0.61 0.30 0.18
HSL 329.76º 0.57% 0.57% -
HSV(B) 329.76º 0.61% 0.82% -
XYZ 34.07 21.34 29.11 -
YUV 126.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 208 81 145 0 0.61 0.30 0.18 329.76 0.57 0.57
Hex D0 51 91 0 3D 1E 12 14A 39 39
Octal 320 121 221 0 75 36 22 512 71 71
Binary 11010000 1010001 10010001 0 111101 11110 10010 101001010 111001 111001

Color Harmonies of #D05191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05191

Black with #D05191

Text Example


Text Example

White with #D05191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05191; }

 p { color: rgb(208,81,145); }

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

background-color css

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

 a { background-color: rgb(208,81,145); }

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

border-color css

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

 span { border-color: rgb(208,81,145); }

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