Html Css Color HEX #D05388 Mulberry

📋 copy color: '#D05388'

red 208 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #D05388

Tints of Mulberry #D05388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 48.71%
G = 19.44%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D05388 (or 0xD05388) is known color: Mulberry. HEX triplet: D0, 53 and 88. RGB value is (208,83,136). Sum of RGB (Red+Green+Blue) = 208+83+136=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D05388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05388 is #2FAC77. Grayscale: #7E7E7E. Windows color (decimal): -3124344 or 8934352. OLE color: 8934352.

HSL color Cylindrical-coordinate representation of color #D05388: hue angle of 334.56º 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 #D05388 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 83 136 -
CMYK 0 0.60 0.35 0.18
HSL 334.56º 0.57% 0.57% -
HSV(B) 334.56º 0.6% 0.82% -
XYZ 33.55 21.37 25.65 -
YUV 126.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 208 83 136 0 0.60 0.35 0.18 334.56 0.57 0.57
Hex D0 53 88 0 3C 23 12 14F 39 39
Octal 320 123 210 0 74 43 22 517 71 71
Binary 11010000 1010011 10001000 0 111100 100011 10010 101001111 111001 111001

Color Harmonies of #D05388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05388

Black with #D05388

Text Example


Text Example

White with #D05388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05388; }

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

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

background-color css

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

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

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

border-color css

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

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

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