Html Css Color HEX #D24EA1 Mulberry

📋 copy color: '#D24EA1'

red 210 ◦ green 78 ◦ blue 161

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

Shades of Mulberry #D24EA1

Tints of Mulberry #D24EA1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.37%

 BLUE value IS 161 (63.28% from 255) = 35.86%

R = 46.77%
G = 17.37%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D24EA1 (or 0xD24EA1) is known color: Mulberry. HEX triplet: D2, 4E and A1. RGB value is (210,78,161). Sum of RGB (Red+Green+Blue) = 210+78+161=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D24EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24EA1 is #2DB15E. Grayscale: #7E7E7E. Windows color (decimal): -2994527 or 10571474. OLE color: 10571474.

HSL color Cylindrical-coordinate representation of color #D24EA1: hue angle of 322.27º degrees, saturation: 0.59, 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 #D24EA1 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 78 161 -
CMYK 0 0.63 0.23 0.18
HSL 322.27º 0.59% 0.56% -
HSV(B) 322.27º 0.63% 0.82% -
XYZ 35.74 21.72 36.03 -
YUV 126.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 210 78 161 0 0.63 0.23 0.18 322.27 0.59 0.56
Hex D2 4E A1 0 3F 17 12 142 3B 38
Octal 322 116 241 0 77 27 22 502 73 70
Binary 11010010 1001110 10100001 0 111111 10111 10010 101000010 111011 111000

Color Harmonies of #D24EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24EA1

Black with #D24EA1

Text Example


Text Example

White with #D24EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24EA1; }

 p { color: rgb(210,78,161); }

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

background-color css

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

 a { background-color: rgb(210,78,161); }

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

border-color css

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

 span { border-color: rgb(210,78,161); }

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