Html Css Color HEX #DD55C4 Free Speech Magenta

📋 copy color: '#DD55C4'

red 221 ◦ green 85 ◦ blue 196

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

Shades of Free Speech Magenta #DD55C4

Tints of Free Speech Magenta #DD55C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.04%

R = 44.02%
G = 16.93%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD55C4 (or 0xDD55C4) is known color: Free Speech Magenta. HEX triplet: DD, 55 and C4. RGB value is (221,85,196). Sum of RGB (Red+Green+Blue) = 221+85+196=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55C4 is #22AA3B. Grayscale: #8A8A8A. Windows color (decimal): -2271804 or 12867037. OLE color: 12867037.

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

Color convert

RGB 221 85 196 -
CMYK 0 0.62 0.11 0.13
HSL 311.03º 0.67% 0.6% -
HSV(B) 311.03º 0.62% 0.87% -
XYZ 43.03 25.85 54.95 -
YUV 138.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 221 85 196 0 0.62 0.11 0.13 311.03 0.67 0.6
Hex DD 55 C4 0 3E B D 137 43 3C
Octal 335 125 304 0 76 13 15 467 103 74
Binary 11011101 1010101 11000100 0 111110 1011 1101 100110111 1000011 111100

Color Harmonies of #DD55C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55C4

Black with #DD55C4

Text Example


Text Example

White with #DD55C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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