Html Css Color HEX #D053A8 Mulberry

📋 copy color: '#D053A8'

red 208 ◦ green 83 ◦ blue 168

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

Shades of Mulberry #D053A8

Tints of Mulberry #D053A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 45.32%
G = 18.08%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D053A8 (or 0xD053A8) is known color: Mulberry. HEX triplet: D0, 53 and A8. RGB value is (208,83,168). Sum of RGB (Red+Green+Blue) = 208+83+168=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D053A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D053A8 is #2FAC57. Grayscale: #818181. Windows color (decimal): -3124312 or 11031504. OLE color: 11031504.

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

Color convert

RGB 208 83 168 -
CMYK 0 0.60 0.19 0.18
HSL 319.2º 0.57% 0.57% -
HSV(B) 319.2º 0.6% 0.82% -
XYZ 36.17 22.42 39.47 -
YUV 130.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 208 83 168 0 0.60 0.19 0.18 319.2 0.57 0.57
Hex D0 53 A8 0 3C 13 12 13F 39 39
Octal 320 123 250 0 74 23 22 477 71 71
Binary 11010000 1010011 10101000 0 111100 10011 10010 100111111 111001 111001

Color Harmonies of #D053A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D053A8

Black with #D053A8

Text Example


Text Example

White with #D053A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D053A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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