Html Css Color HEX #D448F4 Free Speech Magenta

📋 copy color: '#D448F4'

red 212 ◦ green 72 ◦ blue 244

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

Shades of Free Speech Magenta #D448F4

Tints of Free Speech Magenta #D448F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.21%

R = 40.15%
G = 13.64%
B = 46.21%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D448F4 (or 0xD448F4) is known color: Free Speech Magenta. HEX triplet: D4, 48 and F4. RGB value is (212,72,244). Sum of RGB (Red+Green+Blue) = 212+72+244=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 72 (28.52% from 255 or 13.64% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #D448F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448F4 is #2BB70B. Grayscale: #848484. Windows color (decimal): -2864908 or 16009428. OLE color: 16009428.

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

Color convert

RGB 212 72 244 -
CMYK 0.13 0.70 0 0.04
HSL 288.84º 0.89% 0.62% -
HSV(B) 288.84º 0.7% 0.96% -
XYZ 45.8 25.16 88.03 -
YUV 133.47 190.38 184.01 -
System Red Green Blue C M Y K H S L
Decimal 212 72 244 0.13 0.70 0 0.04 288.84 0.89 0.62
Hex D4 48 F4 D 46 0 4 121 59 3E
Octal 324 110 364 15 106 0 4 441 131 76
Binary 11010100 1001000 11110100 1101 1000110 0 100 100100001 1011001 111110

Color Harmonies of #D448F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448F4

Black with #D448F4

Text Example


Text Example

White with #D448F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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