Html Css Color HEX #D252AA Mulberry

📋 copy color: '#D252AA'

red 210 ◦ green 82 ◦ blue 170

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

Shades of Mulberry #D252AA

Tints of Mulberry #D252AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.75%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 45.45%
G = 17.75%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D252AA (or 0xD252AA) is known color: Mulberry. HEX triplet: D2, 52 and AA. RGB value is (210,82,170). Sum of RGB (Red+Green+Blue) = 210+82+170=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D252AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252AA is #2DAD55. Grayscale: #828282. Windows color (decimal): -2993494 or 11162322. OLE color: 11162322.

HSL color Cylindrical-coordinate representation of color #D252AA: hue angle of 318.75º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D252AA is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 170 -
CMYK 0 0.61 0.19 0.18
HSL 318.75º 0.59% 0.57% -
HSV(B) 318.75º 0.61% 0.82% -
XYZ 36.85 22.64 40.46 -
YUV 130.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 210 82 170 0 0.61 0.19 0.18 318.75 0.59 0.57
Hex D2 52 AA 0 3D 13 12 13F 3B 39
Octal 322 122 252 0 75 23 22 477 73 71
Binary 11010010 1010010 10101010 0 111101 10011 10010 100111111 111011 111001

Color Harmonies of #D252AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252AA

Black with #D252AA

Text Example


Text Example

White with #D252AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252AA; }

 p { color: rgb(210,82,170); }

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

background-color css

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

 a { background-color: rgb(210,82,170); }

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

border-color css

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

 span { border-color: rgb(210,82,170); }

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