Html Css Color HEX #D24FAA Mulberry

📋 copy color: '#D24FAA'

red 210 ◦ green 79 ◦ blue 170

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

Shades of Mulberry #D24FAA

Tints of Mulberry #D24FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 45.75%
G = 17.21%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D24FAA (or 0xD24FAA) is known color: Mulberry. HEX triplet: D2, 4F and AA. RGB value is (210,79,170). Sum of RGB (Red+Green+Blue) = 210+79+170=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D24FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24FAA is #2DB055. Grayscale: #808080. Windows color (decimal): -2994262 or 11161554. OLE color: 11161554.

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

Color convert

RGB 210 79 170 -
CMYK 0 0.62 0.19 0.18
HSL 318.32º 0.59% 0.57% -
HSV(B) 318.32º 0.62% 0.82% -
XYZ 36.63 22.2 40.38 -
YUV 128.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 210 79 170 0 0.62 0.19 0.18 318.32 0.59 0.57
Hex D2 4F AA 0 3E 13 12 13E 3B 39
Octal 322 117 252 0 76 23 22 476 73 71
Binary 11010010 1001111 10101010 0 111110 10011 10010 100111110 111011 111001

Color Harmonies of #D24FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FAA

Black with #D24FAA

Text Example


Text Example

White with #D24FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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