Html Css Color HEX #D448E0 Free Speech Magenta

📋 copy color: '#D448E0'

red 212 ◦ green 72 ◦ blue 224

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

Shades of Free Speech Magenta #D448E0

Tints of Free Speech Magenta #D448E0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.17%

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 41.73%
G = 14.17%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D448E0 (or 0xD448E0) is known color: Free Speech Magenta. HEX triplet: D4, 48 and E0. RGB value is (212,72,224). Sum of RGB (Red+Green+Blue) = 212+72+224=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #D448E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448E0 is #2BB71F. Grayscale: #828282. Windows color (decimal): -2864928 or 14698708. OLE color: 14698708.

HSL color Cylindrical-coordinate representation of color #D448E0: hue angle of 295.26º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D448E0 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 72 224 -
CMYK 0.05 0.68 0 0.12
HSL 295.26º 0.71% 0.58% -
HSV(B) 295.26º 0.68% 0.88% -
XYZ 42.92 24.01 72.89 -
YUV 131.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 212 72 224 0.05 0.68 0 0.12 295.26 0.71 0.58
Hex D4 48 E0 5 44 0 C 127 47 3A
Octal 324 110 340 5 104 0 14 447 107 72
Binary 11010100 1001000 11100000 101 1000100 0 1100 100100111 1000111 111010

Color Harmonies of #D448E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448E0

Black with #D448E0

Text Example


Text Example

White with #D448E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448E0; }

 p { color: rgb(212,72,224); }

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

background-color css

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

 a { background-color: rgb(212,72,224); }

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

border-color css

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

 span { border-color: rgb(212,72,224); }

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