Html Css Color HEX #D442E0 Free Speech Magenta

📋 copy color: '#D442E0'

red 212 ◦ green 66 ◦ blue 224

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

Shades of Free Speech Magenta #D442E0

Tints of Free Speech Magenta #D442E0

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

 GREEN value IS 66 (26.17% from 255) = 13.15%

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 42.23%
G = 13.15%
B = 44.62%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D442E0 (or 0xD442E0) is known color: Free Speech Magenta. HEX triplet: D4, 42 and E0. RGB value is (212,66,224). Sum of RGB (Red+Green+Blue) = 212+66+224=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #D442E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442E0 is #2BBD1F. Grayscale: #7F7F7F. Windows color (decimal): -2866464 or 14697172. OLE color: 14697172.

HSL color Cylindrical-coordinate representation of color #D442E0: hue angle of 295.44º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D442E0 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 66 224 -
CMYK 0.05 0.71 0 0.12
HSL 295.44º 0.72% 0.57% -
HSV(B) 295.44º 0.71% 0.88% -
XYZ 42.55 23.28 72.77 -
YUV 127.67 182.37 188.15 -
System Red Green Blue C M Y K H S L
Decimal 212 66 224 0.05 0.71 0 0.12 295.44 0.72 0.57
Hex D4 42 E0 5 47 0 C 127 48 39
Octal 324 102 340 5 107 0 14 447 110 71
Binary 11010100 1000010 11100000 101 1000111 0 1100 100100111 1001000 111001

Color Harmonies of #D442E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D442E0

Black with #D442E0

Text Example


Text Example

White with #D442E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D442E0; }

 p { color: rgb(212,66,224); }

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

background-color css

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

 a { background-color: rgb(212,66,224); }

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

border-color css

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

 span { border-color: rgb(212,66,224); }

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