Html Css Color HEX #D446ED Free Speech Magenta

📋 copy color: '#D446ED'

red 212 ◦ green 70 ◦ blue 237

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

Shades of Free Speech Magenta #D446ED

Tints of Free Speech Magenta #D446ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 40.85%
G = 13.49%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D446ED (or 0xD446ED) is known color: Free Speech Magenta. HEX triplet: D4, 46 and ED. RGB value is (212,70,237). Sum of RGB (Red+Green+Blue) = 212+70+237=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D446ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446ED is #2BB912. Grayscale: #828282. Windows color (decimal): -2865427 or 15550164. OLE color: 15550164.

HSL color Cylindrical-coordinate representation of color #D446ED: hue angle of 291.02º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D446ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 70 237 -
CMYK 0.11 0.70 0 0.07
HSL 291.02º 0.82% 0.6% -
HSV(B) 291.02º 0.7% 0.93% -
XYZ 44.63 24.49 82.5 -
YUV 131.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 212 70 237 0.11 0.70 0 0.07 291.02 0.82 0.6
Hex D4 46 ED B 46 0 7 123 52 3C
Octal 324 106 355 13 106 0 7 443 122 74
Binary 11010100 1000110 11101101 1011 1000110 0 111 100100011 1010010 111100

Color Harmonies of #D446ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446ED

Black with #D446ED

Text Example


Text Example

White with #D446ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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