Html Css Color HEX #D446EB Free Speech Magenta

📋 copy color: '#D446EB'

red 212 ◦ green 70 ◦ blue 235

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

Shades of Free Speech Magenta #D446EB

Tints of Free Speech Magenta #D446EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 41.01%
G = 13.54%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D446EB (or 0xD446EB) is known color: Free Speech Magenta. HEX triplet: D4, 46 and EB. RGB value is (212,70,235). Sum of RGB (Red+Green+Blue) = 212+70+235=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #D446EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D446EB is #2BB914. Grayscale: #828282. Windows color (decimal): -2865429 or 15419092. OLE color: 15419092.

HSL color Cylindrical-coordinate representation of color #D446EB: hue angle of 291.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D446EB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 70 235 -
CMYK 0.10 0.70 0 0.08
HSL 291.64º 0.8% 0.6% -
HSV(B) 291.64º 0.7% 0.92% -
XYZ 44.34 24.38 80.97 -
YUV 131.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 212 70 235 0.10 0.70 0 0.08 291.64 0.8 0.6
Hex D4 46 EB A 46 0 8 124 50 3C
Octal 324 106 353 12 106 0 10 444 120 74
Binary 11010100 1000110 11101011 1010 1000110 0 1000 100100100 1010000 111100

Color Harmonies of #D446EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D446EB

Black with #D446EB

Text Example


Text Example

White with #D446EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D446EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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