Html Css Color HEX #DD48CE Free Speech Magenta

📋 copy color: '#DD48CE'

red 221 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #DD48CE

Tints of Free Speech Magenta #DD48CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 44.29%
G = 14.43%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD48CE (or 0xDD48CE) is known color: Free Speech Magenta. HEX triplet: DD, 48 and CE. RGB value is (221,72,206). Sum of RGB (Red+Green+Blue) = 221+72+206=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD48CE is #22B731. Grayscale: #838383. Windows color (decimal): -2275122 or 13519069. OLE color: 13519069.

HSL color Cylindrical-coordinate representation of color #DD48CE: hue angle of 306.04º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD48CE is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 206 -
CMYK 0 0.67 0.07 0.13
HSL 306.04º 0.69% 0.57% -
HSV(B) 306.04º 0.67% 0.87% -
XYZ 43.28 24.46 60.83 -
YUV 131.83 169.86 191.6 -
System Red Green Blue C M Y K H S L
Decimal 221 72 206 0 0.67 0.07 0.13 306.04 0.69 0.57
Hex DD 48 CE 0 43 7 D 132 45 39
Octal 335 110 316 0 103 7 15 462 105 71
Binary 11011101 1001000 11001110 0 1000011 111 1101 100110010 1000101 111001

Color Harmonies of #DD48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD48CE

Black with #DD48CE

Text Example


Text Example

White with #DD48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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