Html Css Color HEX #D24DA5 Mulberry

📋 copy color: '#D24DA5'

red 210 ◦ green 77 ◦ blue 165

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

Shades of Mulberry #D24DA5

Tints of Mulberry #D24DA5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 46.46%
G = 17.04%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D24DA5 (or 0xD24DA5) is known color: Mulberry. HEX triplet: D2, 4D and A5. RGB value is (210,77,165). Sum of RGB (Red+Green+Blue) = 210+77+165=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D24DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24DA5 is #2DB25A. Grayscale: #7E7E7E. Windows color (decimal): -2994779 or 10833362. OLE color: 10833362.

HSL color Cylindrical-coordinate representation of color #D24DA5: hue angle of 320.3º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D24DA5 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 77 165 -
CMYK 0 0.63 0.21 0.18
HSL 320.3º 0.6% 0.56% -
HSV(B) 320.3º 0.63% 0.82% -
XYZ 36.02 21.73 37.89 -
YUV 126.8 149.56 187.34 -
System Red Green Blue C M Y K H S L
Decimal 210 77 165 0 0.63 0.21 0.18 320.3 0.6 0.56
Hex D2 4D A5 0 3F 15 12 140 3C 38
Octal 322 115 245 0 77 25 22 500 74 70
Binary 11010010 1001101 10100101 0 111111 10101 10010 101000000 111100 111000

Color Harmonies of #D24DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DA5

Black with #D24DA5

Text Example


Text Example

White with #D24DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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