Html Css Color HEX #D2539D Mulberry

📋 copy color: '#D2539D'

red 210 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #D2539D

Tints of Mulberry #D2539D

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 46.67%
G = 18.44%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2539D (or 0xD2539D) is known color: Mulberry. HEX triplet: D2, 53 and 9D. RGB value is (210,83,157). Sum of RGB (Red+Green+Blue) = 210+83+157=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2539D is #2DAC62. Grayscale: #818181. Windows color (decimal): -2993251 or 10310610. OLE color: 10310610.

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

Color convert

RGB 210 83 157 -
CMYK 0 0.60 0.25 0.18
HSL 325.04º 0.59% 0.57% -
HSV(B) 325.04º 0.6% 0.82% -
XYZ 35.76 22.32 34.32 -
YUV 129.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 210 83 157 0 0.60 0.25 0.18 325.04 0.59 0.57
Hex D2 53 9D 0 3C 19 12 145 3B 39
Octal 322 123 235 0 74 31 22 505 73 71
Binary 11010010 1010011 10011101 0 111100 11001 10010 101000101 111011 111001

Color Harmonies of #D2539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2539D

Black with #D2539D

Text Example


Text Example

White with #D2539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2539D; }

 p { color: rgb(210,83,157); }

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

background-color css

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

 a { background-color: rgb(210,83,157); }

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

border-color css

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

 span { border-color: rgb(210,83,157); }

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