Html Css Color HEX #D24FA0 Mulberry

📋 copy color: '#D24FA0'

red 210 ◦ green 79 ◦ blue 160

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

Shades of Mulberry #D24FA0

Tints of Mulberry #D24FA0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 46.77%
G = 17.59%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D24FA0 (or 0xD24FA0) is known color: Mulberry. HEX triplet: D2, 4F and A0. RGB value is (210,79,160). Sum of RGB (Red+Green+Blue) = 210+79+160=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FA0 is #2DB05F. Grayscale: #7F7F7F. Windows color (decimal): -2994272 or 10506194. OLE color: 10506194.

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

Color convert

RGB 210 79 160 -
CMYK 0 0.62 0.24 0.18
HSL 322.9º 0.59% 0.57% -
HSV(B) 322.9º 0.62% 0.82% -
XYZ 35.72 21.83 35.59 -
YUV 127.4 146.4 186.91 -
System Red Green Blue C M Y K H S L
Decimal 210 79 160 0 0.62 0.24 0.18 322.9 0.59 0.57
Hex D2 4F A0 0 3E 18 12 143 3B 39
Octal 322 117 240 0 76 30 22 503 73 71
Binary 11010010 1001111 10100000 0 111110 11000 10010 101000011 111011 111001

Color Harmonies of #D24FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FA0

Black with #D24FA0

Text Example


Text Example

White with #D24FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FA0; }

 p { color: rgb(210,79,160); }

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

background-color css

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

 a { background-color: rgb(210,79,160); }

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

border-color css

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

 span { border-color: rgb(210,79,160); }

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