Html Css Color HEX #D449E7 Free Speech Magenta

📋 copy color: '#D449E7'

red 212 ◦ green 73 ◦ blue 231

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

Shades of Free Speech Magenta #D449E7

Tints of Free Speech Magenta #D449E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 41.09%
G = 14.15%
B = 44.77%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D449E7 (or 0xD449E7) is known color: Free Speech Magenta. HEX triplet: D4, 49 and E7. RGB value is (212,73,231). Sum of RGB (Red+Green+Blue) = 212+73+231=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #D449E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449E7 is #2BB618. Grayscale: #848484. Windows color (decimal): -2864665 or 15157716. OLE color: 15157716.

HSL color Cylindrical-coordinate representation of color #D449E7: hue angle of 292.78º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D449E7 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 73 231 -
CMYK 0.08 0.68 0 0.09
HSL 292.78º 0.77% 0.6% -
HSV(B) 292.78º 0.68% 0.91% -
XYZ 43.96 24.53 78.02 -
YUV 132.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 212 73 231 0.08 0.68 0 0.09 292.78 0.77 0.6
Hex D4 49 E7 8 44 0 9 125 4D 3C
Octal 324 111 347 10 104 0 11 445 115 74
Binary 11010100 1001001 11100111 1000 1000100 0 1001 100100101 1001101 111100

Color Harmonies of #D449E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449E7

Black with #D449E7

Text Example


Text Example

White with #D449E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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