Html Css Color HEX #D449E6 Free Speech Magenta

📋 copy color: '#D449E6'

red 212 ◦ green 73 ◦ blue 230

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

Shades of Free Speech Magenta #D449E6

Tints of Free Speech Magenta #D449E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.66%

R = 41.17%
G = 14.17%
B = 44.66%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D449E6 (or 0xD449E6) is known color: Free Speech Magenta. HEX triplet: D4, 49 and E6. RGB value is (212,73,230). Sum of RGB (Red+Green+Blue) = 212+73+230=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #D449E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D449E6 is #2BB619. Grayscale: #838383. Windows color (decimal): -2864666 or 15092180. OLE color: 15092180.

HSL color Cylindrical-coordinate representation of color #D449E6: hue angle of 293.12º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D449E6 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 73 230 -
CMYK 0.08 0.68 0 0.10
HSL 293.12º 0.76% 0.59% -
HSV(B) 293.12º 0.68% 0.9% -
XYZ 43.82 24.48 77.28 -
YUV 132.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 212 73 230 0.08 0.68 0 0.10 293.12 0.76 0.59
Hex D4 49 E6 8 44 0 A 125 4C 3B
Octal 324 111 346 10 104 0 12 445 114 73
Binary 11010100 1001001 11100110 1000 1000100 0 1010 100100101 1001100 111011

Color Harmonies of #D449E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D449E6

Black with #D449E6

Text Example


Text Example

White with #D449E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D449E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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