Html Css Color HEX #D05397 Mulberry

📋 copy color: '#D05397'

red 208 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #D05397

Tints of Mulberry #D05397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.78%

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

R = 47.06%
G = 18.78%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D05397 (or 0xD05397) is known color: Mulberry. HEX triplet: D0, 53 and 97. RGB value is (208,83,151). Sum of RGB (Red+Green+Blue) = 208+83+151=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D05397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05397 is #2FAC68. Grayscale: #7F7F7F. Windows color (decimal): -3124329 or 9917392. OLE color: 9917392.

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

Color convert

RGB 208 83 151 -
CMYK 0 0.60 0.27 0.18
HSL 327.36º 0.57% 0.57% -
HSV(B) 327.36º 0.6% 0.82% -
XYZ 34.69 21.83 31.66 -
YUV 128.13 140.91 184.97 -
System Red Green Blue C M Y K H S L
Decimal 208 83 151 0 0.60 0.27 0.18 327.36 0.57 0.57
Hex D0 53 97 0 3C 1B 12 147 39 39
Octal 320 123 227 0 74 33 22 507 71 71
Binary 11010000 1010011 10010111 0 111100 11011 10010 101000111 111001 111001

Color Harmonies of #D05397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05397

Black with #D05397

Text Example


Text Example

White with #D05397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05397; }

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

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

background-color css

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

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

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

border-color css

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

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

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