Html Css Color HEX #DD55C6 Free Speech Magenta

📋 copy color: '#DD55C6'

red 221 ◦ green 85 ◦ blue 198

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

Shades of Free Speech Magenta #DD55C6

Tints of Free Speech Magenta #DD55C6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.87%

 BLUE value IS 198 (77.73% from 255) = 39.29%

R = 43.85%
G = 16.87%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD55C6 (or 0xDD55C6) is known color: Free Speech Magenta. HEX triplet: DD, 55 and C6. RGB value is (221,85,198). Sum of RGB (Red+Green+Blue) = 221+85+198=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55C6 is #22AA39. Grayscale: #8A8A8A. Windows color (decimal): -2271802 or 12998109. OLE color: 12998109.

HSL color Cylindrical-coordinate representation of color #DD55C6: hue angle of 310.15º 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 #DD55C6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 198 -
CMYK 0 0.62 0.10 0.13
HSL 310.15º 0.67% 0.6% -
HSV(B) 310.15º 0.62% 0.87% -
XYZ 43.26 25.95 56.15 -
YUV 138.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 221 85 198 0 0.62 0.10 0.13 310.15 0.67 0.6
Hex DD 55 C6 0 3E A D 136 43 3C
Octal 335 125 306 0 76 12 15 466 103 74
Binary 11011101 1010101 11000110 0 111110 1010 1101 100110110 1000011 111100

Color Harmonies of #DD55C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55C6

Black with #DD55C6

Text Example


Text Example

White with #DD55C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55C6; }

 p { color: rgb(221,85,198); }

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

background-color css

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

 a { background-color: rgb(221,85,198); }

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

border-color css

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

 span { border-color: rgb(221,85,198); }

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