Html Css Color HEX #D2529A Mulberry

📋 copy color: '#D2529A'

red 210 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #D2529A

Tints of Mulberry #D2529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 47.09%
G = 18.39%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D2529A (or 0xD2529A) is known color: Mulberry. HEX triplet: D2, 52 and 9A. RGB value is (210,82,154). Sum of RGB (Red+Green+Blue) = 210+82+154=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2529A is #2DAD65. Grayscale: #808080. Windows color (decimal): -2993510 or 10113746. OLE color: 10113746.

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

Color convert

RGB 210 82 154 -
CMYK 0 0.61 0.27 0.18
HSL 326.25º 0.59% 0.57% -
HSV(B) 326.25º 0.61% 0.82% -
XYZ 35.43 22.07 32.96 -
YUV 128.48 142.41 186.15 -
System Red Green Blue C M Y K H S L
Decimal 210 82 154 0 0.61 0.27 0.18 326.25 0.59 0.57
Hex D2 52 9A 0 3D 1B 12 146 3B 39
Octal 322 122 232 0 75 33 22 506 73 71
Binary 11010010 1010010 10011010 0 111101 11011 10010 101000110 111011 111001

Color Harmonies of #D2529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2529A

Black with #D2529A

Text Example


Text Example

White with #D2529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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