Html Css Color HEX #D252A5 Mulberry

📋 copy color: '#D252A5'

red 210 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #D252A5

Tints of Mulberry #D252A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 45.95%
G = 17.94%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D252A5 (or 0xD252A5) is known color: Mulberry. HEX triplet: D2, 52 and A5. RGB value is (210,82,165). Sum of RGB (Red+Green+Blue) = 210+82+165=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D252A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252A5 is #2DAD5A. Grayscale: #818181. Windows color (decimal): -2993499 or 10834642. OLE color: 10834642.

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

Color convert

RGB 210 82 165 -
CMYK 0 0.61 0.21 0.18
HSL 321.09º 0.59% 0.57% -
HSV(B) 321.09º 0.61% 0.82% -
XYZ 36.39 22.45 38.01 -
YUV 129.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 210 82 165 0 0.61 0.21 0.18 321.09 0.59 0.57
Hex D2 52 A5 0 3D 15 12 141 3B 39
Octal 322 122 245 0 75 25 22 501 73 71
Binary 11010010 1010010 10100101 0 111101 10101 10010 101000001 111011 111001

Color Harmonies of #D252A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252A5

Black with #D252A5

Text Example


Text Example

White with #D252A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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