Html Css Color HEX #D448ED Free Speech Magenta

📋 copy color: '#D448ED'

red 212 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #D448ED

Tints of Free Speech Magenta #D448ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 40.69%
G = 13.82%
B = 45.49%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D448ED (or 0xD448ED) is known color: Free Speech Magenta. HEX triplet: D4, 48 and ED. RGB value is (212,72,237). Sum of RGB (Red+Green+Blue) = 212+72+237=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D448ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D448ED is #2BB712. Grayscale: #848484. Windows color (decimal): -2864915 or 15550676. OLE color: 15550676.

HSL color Cylindrical-coordinate representation of color #D448ED: hue angle of 290.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D448ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 72 237 -
CMYK 0.11 0.70 0 0.07
HSL 290.91º 0.82% 0.61% -
HSV(B) 290.91º 0.7% 0.93% -
XYZ 44.75 24.75 82.54 -
YUV 132.67 186.88 184.58 -
System Red Green Blue C M Y K H S L
Decimal 212 72 237 0.11 0.70 0 0.07 290.91 0.82 0.61
Hex D4 48 ED B 46 0 7 123 52 3D
Octal 324 110 355 13 106 0 7 443 122 75
Binary 11010100 1001000 11101101 1011 1000110 0 111 100100011 1010010 111101

Color Harmonies of #D448ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448ED

Black with #D448ED

Text Example


Text Example

White with #D448ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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