Html Css Color HEX #DD55CE Free Speech Magenta

📋 copy color: '#DD55CE'

red 221 ◦ green 85 ◦ blue 206

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

Shades of Free Speech Magenta #DD55CE

Tints of Free Speech Magenta #DD55CE

RGB

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

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

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

R = 43.16%
G = 16.6%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD55CE (or 0xDD55CE) is known color: Free Speech Magenta. HEX triplet: DD, 55 and CE. RGB value is (221,85,206). Sum of RGB (Red+Green+Blue) = 221+85+206=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD55CE is #22AA31. Grayscale: #8B8B8B. Windows color (decimal): -2271794 or 13522397. OLE color: 13522397.

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

Color convert

RGB 221 85 206 -
CMYK 0 0.62 0.07 0.13
HSL 306.62º 0.67% 0.6% -
HSV(B) 306.62º 0.62% 0.87% -
XYZ 44.21 26.33 61.14 -
YUV 139.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 221 85 206 0 0.62 0.07 0.13 306.62 0.67 0.6
Hex DD 55 CE 0 3E 7 D 133 43 3C
Octal 335 125 316 0 76 7 15 463 103 74
Binary 11011101 1010101 11001110 0 111110 111 1101 100110011 1000011 111100

Color Harmonies of #DD55CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55CE

Black with #DD55CE

Text Example


Text Example

White with #DD55CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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