Html Css Color HEX #D447F5 Free Speech Magenta

📋 copy color: '#D447F5'

red 212 ◦ green 71 ◦ blue 245

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

Shades of Free Speech Magenta #D447F5

Tints of Free Speech Magenta #D447F5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.45%

 BLUE value IS 245 (96.09% from 255) = 46.4%

R = 40.15%
G = 13.45%
B = 46.4%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D447F5 (or 0xD447F5) is known color: Free Speech Magenta. HEX triplet: D4, 47 and F5. RGB value is (212,71,245). Sum of RGB (Red+Green+Blue) = 212+71+245=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #D447F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D447F5 is #2BB80A. Grayscale: #848484. Windows color (decimal): -2865163 or 16074708. OLE color: 16074708.

HSL color Cylindrical-coordinate representation of color #D447F5: hue angle of 288.62º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D447F5 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 71 245 -
CMYK 0.13 0.71 0 0.04
HSL 288.62º 0.9% 0.62% -
HSV(B) 288.62º 0.71% 0.96% -
XYZ 45.89 25.1 88.81 -
YUV 133 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 212 71 245 0.13 0.71 0 0.04 288.62 0.9 0.62
Hex D4 47 F5 D 47 0 4 121 5A 3E
Octal 324 107 365 15 107 0 4 441 132 76
Binary 11010100 1000111 11110101 1101 1000111 0 100 100100001 1011010 111110

Color Harmonies of #D447F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D447F5

Black with #D447F5

Text Example


Text Example

White with #D447F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D447F5; }

 p { color: rgb(212,71,245); }

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

background-color css

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

 a { background-color: rgb(212,71,245); }

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

border-color css

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

 span { border-color: rgb(212,71,245); }

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