Html Css Color HEX #D05488 Mulberry

📋 copy color: '#D05488'

red 208 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #D05488

Tints of Mulberry #D05488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.63%

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

R = 48.6%
G = 19.63%
B = 31.78%

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

#D05488 (or 0xD05488) is known color: Mulberry. HEX triplet: D0, 54 and 88. RGB value is (208,84,136). Sum of RGB (Red+Green+Blue) = 208+84+136=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D05488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05488 is #2FAB77. Grayscale: #7E7E7E. Windows color (decimal): -3124088 or 8934608. OLE color: 8934608.

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

Color convert

RGB 208 84 136 -
CMYK 0 0.60 0.35 0.18
HSL 334.84º 0.57% 0.57% -
HSV(B) 334.84º 0.6% 0.82% -
XYZ 33.63 21.53 25.68 -
YUV 127 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 208 84 136 0 0.60 0.35 0.18 334.84 0.57 0.57
Hex D0 54 88 0 3C 23 12 14F 39 39
Octal 320 124 210 0 74 43 22 517 71 71
Binary 11010000 1010100 10001000 0 111100 100011 10010 101001111 111001 111001

Color Harmonies of #D05488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05488

Black with #D05488

Text Example


Text Example

White with #D05488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05488; }

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

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

background-color css

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

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

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

border-color css

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

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

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