Html Css Color HEX #D448DF Free Speech Magenta

📋 copy color: '#D448DF'

red 212 ◦ green 72 ◦ blue 223

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

Shades of Free Speech Magenta #D448DF

Tints of Free Speech Magenta #D448DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 41.81%
G = 14.2%
B = 43.98%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D448DF (or 0xD448DF) is known color: Free Speech Magenta. HEX triplet: D4, 48 and DF. RGB value is (212,72,223). Sum of RGB (Red+Green+Blue) = 212+72+223=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #D448DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448DF is #2BB720. Grayscale: #828282. Windows color (decimal): -2864929 or 14633172. OLE color: 14633172.

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

Color convert

RGB 212 72 223 -
CMYK 0.05 0.68 0 0.13
HSL 295.63º 0.7% 0.58% -
HSV(B) 295.63º 0.68% 0.87% -
XYZ 42.79 23.96 72.18 -
YUV 131.07 179.88 185.72 -
System Red Green Blue C M Y K H S L
Decimal 212 72 223 0.05 0.68 0 0.13 295.63 0.7 0.58
Hex D4 48 DF 5 44 0 D 128 46 3A
Octal 324 110 337 5 104 0 15 450 106 72
Binary 11010100 1001000 11011111 101 1000100 0 1101 100101000 1000110 111010

Color Harmonies of #D448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448DF

Black with #D448DF

Text Example


Text Example

White with #D448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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