Html Css Color HEX #D05097 Mulberry

📋 copy color: '#D05097'

red 208 ◦ green 80 ◦ blue 151

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

Shades of Mulberry #D05097

Tints of Mulberry #D05097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.22%

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

R = 47.38%
G = 18.22%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D05097 (or 0xD05097) is known color: Mulberry. HEX triplet: D0, 50 and 97. RGB value is (208,80,151). Sum of RGB (Red+Green+Blue) = 208+80+151=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 80 (31.64% from 255 or 18.22% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D05097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05097 is #2FAF68. Grayscale: #7E7E7E. Windows color (decimal): -3125097 or 9916624. OLE color: 9916624.

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

Color convert

RGB 208 80 151 -
CMYK 0 0.62 0.27 0.18
HSL 326.72º 0.58% 0.56% -
HSV(B) 326.72º 0.62% 0.82% -
XYZ 34.47 21.38 31.59 -
YUV 126.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 208 80 151 0 0.62 0.27 0.18 326.72 0.58 0.56
Hex D0 50 97 0 3E 1B 12 147 3A 38
Octal 320 120 227 0 76 33 22 507 72 70
Binary 11010000 1010000 10010111 0 111110 11011 10010 101000111 111010 111000

Color Harmonies of #D05097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05097

Black with #D05097

Text Example


Text Example

White with #D05097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05097; }

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

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

background-color css

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

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

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

border-color css

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

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

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