Html Css Color HEX #D449EB Free Speech Magenta

📋 copy color: '#D449EB'

red 212 ◦ green 73 ◦ blue 235

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

Shades of Free Speech Magenta #D449EB

Tints of Free Speech Magenta #D449EB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.04%

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

R = 40.77%
G = 14.04%
B = 45.19%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D449EB (or 0xD449EB) is known color: Free Speech Magenta. HEX triplet: D4, 49 and EB. RGB value is (212,73,235). Sum of RGB (Red+Green+Blue) = 212+73+235=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #D449EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449EB is #2BB614. Grayscale: #848484. Windows color (decimal): -2864661 or 15419860. OLE color: 15419860.

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

Color convert

RGB 212 73 235 -
CMYK 0.10 0.69 0 0.08
HSL 291.48º 0.8% 0.6% -
HSV(B) 291.48º 0.69% 0.92% -
XYZ 44.53 24.76 81.03 -
YUV 133.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 212 73 235 0.10 0.69 0 0.08 291.48 0.8 0.6
Hex D4 49 EB A 45 0 8 123 50 3C
Octal 324 111 353 12 105 0 10 443 120 74
Binary 11010100 1001001 11101011 1010 1000101 0 1000 100100011 1010000 111100

Color Harmonies of #D449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449EB

Black with #D449EB

Text Example


Text Example

White with #D449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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