Html Css Color HEX #D24FA4 Mulberry

📋 copy color: '#D24FA4'

red 210 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #D24FA4

Tints of Mulberry #D24FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.2%

R = 46.36%
G = 17.44%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D24FA4 (or 0xD24FA4) is known color: Mulberry. HEX triplet: D2, 4F and A4. RGB value is (210,79,164). Sum of RGB (Red+Green+Blue) = 210+79+164=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FA4 is #2DB05B. Grayscale: #7F7F7F. Windows color (decimal): -2994268 or 10768338. OLE color: 10768338.

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

Color convert

RGB 210 79 164 -
CMYK 0 0.62 0.22 0.18
HSL 321.07º 0.59% 0.57% -
HSV(B) 321.07º 0.62% 0.82% -
XYZ 36.08 21.97 37.46 -
YUV 127.86 148.4 186.59 -
System Red Green Blue C M Y K H S L
Decimal 210 79 164 0 0.62 0.22 0.18 321.07 0.59 0.57
Hex D2 4F A4 0 3E 16 12 141 3B 39
Octal 322 117 244 0 76 26 22 501 73 71
Binary 11010010 1001111 10100100 0 111110 10110 10010 101000001 111011 111001

Color Harmonies of #D24FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FA4

Black with #D24FA4

Text Example


Text Example

White with #D24FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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