Html Css Color HEX #D446E0 Free Speech Magenta

📋 copy color: '#D446E0'

red 212 ◦ green 70 ◦ blue 224

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

Shades of Free Speech Magenta #D446E0

Tints of Free Speech Magenta #D446E0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.83%

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

R = 41.9%
G = 13.83%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D446E0 (or 0xD446E0) is known color: Free Speech Magenta. HEX triplet: D4, 46 and E0. RGB value is (212,70,224). Sum of RGB (Red+Green+Blue) = 212+70+224=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 70 (27.73% from 255 or 13.83% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #D446E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D446E0 is #2BB91F. Grayscale: #818181. Windows color (decimal): -2865440 or 14698196. OLE color: 14698196.

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

Color convert

RGB 212 70 224 -
CMYK 0.05 0.69 0 0.12
HSL 295.32º 0.71% 0.58% -
HSV(B) 295.32º 0.69% 0.88% -
XYZ 42.8 23.76 72.85 -
YUV 130.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 212 70 224 0.05 0.69 0 0.12 295.32 0.71 0.58
Hex D4 46 E0 5 45 0 C 127 47 3A
Octal 324 106 340 5 105 0 14 447 107 72
Binary 11010100 1000110 11100000 101 1000101 0 1100 100100111 1000111 111010

Color Harmonies of #D446E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446E0

Black with #D446E0

Text Example


Text Example

White with #D446E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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