Html Css Color HEX #DD53CC Free Speech Magenta

📋 copy color: '#DD53CC'

red 221 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #DD53CC

Tints of Free Speech Magenta #DD53CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 43.5%
G = 16.34%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD53CC (or 0xDD53CC) is known color: Free Speech Magenta. HEX triplet: DD, 53 and CC. RGB value is (221,83,204). Sum of RGB (Red+Green+Blue) = 221+83+204=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53CC is #22AC33. Grayscale: #898989. Windows color (decimal): -2272308 or 13390813. OLE color: 13390813.

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

Color convert

RGB 221 83 204 -
CMYK 0 0.62 0.08 0.13
HSL 307.39º 0.67% 0.6% -
HSV(B) 307.39º 0.62% 0.87% -
XYZ 43.81 25.92 59.82 -
YUV 138.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 221 83 204 0 0.62 0.08 0.13 307.39 0.67 0.6
Hex DD 53 CC 0 3E 8 D 133 43 3C
Octal 335 123 314 0 76 10 15 463 103 74
Binary 11011101 1010011 11001100 0 111110 1000 1101 100110011 1000011 111100

Color Harmonies of #DD53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53CC

Black with #DD53CC

Text Example


Text Example

White with #DD53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53CC; }

 p { color: rgb(221,83,204); }

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

background-color css

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

 a { background-color: rgb(221,83,204); }

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

border-color css

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

 span { border-color: rgb(221,83,204); }

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