Html Css Color HEX #D2539B Mulberry

📋 copy color: '#D2539B'

red 210 ◦ green 83 ◦ blue 155

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

Shades of Mulberry #D2539B

Tints of Mulberry #D2539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.6%

R = 46.88%
G = 18.53%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2539B (or 0xD2539B) is known color: Mulberry. HEX triplet: D2, 53 and 9B. RGB value is (210,83,155). Sum of RGB (Red+Green+Blue) = 210+83+155=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2539B is #2DAC64. Grayscale: #818181. Windows color (decimal): -2993253 or 10179538. OLE color: 10179538.

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

Color convert

RGB 210 83 155 -
CMYK 0 0.60 0.26 0.18
HSL 325.98º 0.59% 0.57% -
HSV(B) 325.98º 0.6% 0.82% -
XYZ 35.59 22.25 33.43 -
YUV 129.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 210 83 155 0 0.60 0.26 0.18 325.98 0.59 0.57
Hex D2 53 9B 0 3C 1A 12 146 3B 39
Octal 322 123 233 0 74 32 22 506 73 71
Binary 11010010 1010011 10011011 0 111100 11010 10010 101000110 111011 111001

Color Harmonies of #D2539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2539B

Black with #D2539B

Text Example


Text Example

White with #D2539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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