Html Css Color HEX #DD48E0 Free Speech Magenta

📋 copy color: '#DD48E0'

red 221 ◦ green 72 ◦ blue 224

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

Shades of Free Speech Magenta #DD48E0

Tints of Free Speech Magenta #DD48E0

RGB

 RED value IS 221 (86.72% from 255) = 42.75%

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

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

R = 42.75%
G = 13.93%
B = 43.33%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD48E0 (or 0xDD48E0) is known color: Free Speech Magenta. HEX triplet: DD, 48 and E0. RGB value is (221,72,224). Sum of RGB (Red+Green+Blue) = 221+72+224=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD48E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48E0 is #22B71F. Grayscale: #858585. Windows color (decimal): -2275104 or 14698717. OLE color: 14698717.

HSL color Cylindrical-coordinate representation of color #DD48E0: hue angle of 298.82º 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 #DD48E0 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 72 224 -
CMYK 0.01 0.68 0 0.12
HSL 298.82º 0.71% 0.58% -
HSV(B) 298.82º 0.68% 0.88% -
XYZ 45.59 25.39 73.02 -
YUV 133.88 178.86 190.14 -
System Red Green Blue C M Y K H S L
Decimal 221 72 224 0.01 0.68 0 0.12 298.82 0.71 0.58
Hex DD 48 E0 1 44 0 C 12B 47 3A
Octal 335 110 340 1 104 0 14 453 107 72
Binary 11011101 1001000 11100000 1 1000100 0 1100 100101011 1000111 111010

Color Harmonies of #DD48E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48E0

Black with #DD48E0

Text Example


Text Example

White with #DD48E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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