Html Css Color HEX #D448E5 Free Speech Magenta

📋 copy color: '#D448E5'

red 212 ◦ green 72 ◦ blue 229

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

Shades of Free Speech Magenta #D448E5

Tints of Free Speech Magenta #D448E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 41.33%
G = 14.04%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D448E5 (or 0xD448E5) is known color: Free Speech Magenta. HEX triplet: D4, 48 and E5. RGB value is (212,72,229). Sum of RGB (Red+Green+Blue) = 212+72+229=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #D448E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D448E5 is #2BB71A. Grayscale: #838383. Windows color (decimal): -2864923 or 15026388. OLE color: 15026388.

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

Color convert

RGB 212 72 229 -
CMYK 0.07 0.69 0 0.10
HSL 293.5º 0.75% 0.59% -
HSV(B) 293.5º 0.69% 0.9% -
XYZ 43.61 24.29 76.52 -
YUV 131.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 212 72 229 0.07 0.69 0 0.10 293.5 0.75 0.59
Hex D4 48 E5 7 45 0 A 126 4B 3B
Octal 324 110 345 7 105 0 12 446 113 73
Binary 11010100 1001000 11100101 111 1000101 0 1010 100100110 1001011 111011

Color Harmonies of #D448E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448E5

Black with #D448E5

Text Example


Text Example

White with #D448E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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