Html Css Color HEX #D24AE4 Free Speech Magenta

📋 copy color: '#D24AE4'

red 210 ◦ green 74 ◦ blue 228

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

Shades of Free Speech Magenta #D24AE4

Tints of Free Speech Magenta #D24AE4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 41.02%
G = 14.45%
B = 44.53%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D24AE4 (or 0xD24AE4) is known color: Free Speech Magenta. HEX triplet: D2, 4A and E4. RGB value is (210,74,228). Sum of RGB (Red+Green+Blue) = 210+74+228=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #D24AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24AE4 is #2DB51B. Grayscale: #838383. Windows color (decimal): -2995484 or 14961362. OLE color: 14961362.

HSL color Cylindrical-coordinate representation of color #D24AE4: hue angle of 292.99º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24AE4 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 74 228 -
CMYK 0.08 0.68 0 0.11
HSL 292.99º 0.74% 0.59% -
HSV(B) 292.99º 0.68% 0.89% -
XYZ 43.03 24.2 75.8 -
YUV 132.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 210 74 228 0.08 0.68 0 0.11 292.99 0.74 0.59
Hex D2 4A E4 8 44 0 B 125 4A 3B
Octal 322 112 344 10 104 0 13 445 112 73
Binary 11010010 1001010 11100100 1000 1000100 0 1011 100100101 1001010 111011

Color Harmonies of #D24AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AE4

Black with #D24AE4

Text Example


Text Example

White with #D24AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AE4; }

 p { color: rgb(210,74,228); }

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

background-color css

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

 a { background-color: rgb(210,74,228); }

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

border-color css

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

 span { border-color: rgb(210,74,228); }

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