Html Css Color HEX #D449EE Free Speech Magenta

📋 copy color: '#D449EE'

red 212 ◦ green 73 ◦ blue 238

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

Shades of Free Speech Magenta #D449EE

Tints of Free Speech Magenta #D449EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 40.54%
G = 13.96%
B = 45.51%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D449EE (or 0xD449EE) is known color: Free Speech Magenta. HEX triplet: D4, 49 and EE. RGB value is (212,73,238). Sum of RGB (Red+Green+Blue) = 212+73+238=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #D449EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449EE is #2BB611. Grayscale: #848484. Windows color (decimal): -2864658 or 15616468. OLE color: 15616468.

HSL color Cylindrical-coordinate representation of color #D449EE: hue angle of 290.55º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D449EE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 73 238 -
CMYK 0.11 0.69 0 0.07
HSL 290.55º 0.83% 0.61% -
HSV(B) 290.55º 0.69% 0.93% -
XYZ 44.97 24.94 83.33 -
YUV 133.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 212 73 238 0.11 0.69 0 0.07 290.55 0.83 0.61
Hex D4 49 EE B 45 0 7 123 53 3D
Octal 324 111 356 13 105 0 7 443 123 75
Binary 11010100 1001001 11101110 1011 1000101 0 111 100100011 1010011 111101

Color Harmonies of #D449EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449EE

Black with #D449EE

Text Example


Text Example

White with #D449EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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