Html Css Color HEX #DD50CE Free Speech Magenta

📋 copy color: '#DD50CE'

red 221 ◦ green 80 ◦ blue 206

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

Shades of Free Speech Magenta #DD50CE

Tints of Free Speech Magenta #DD50CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.78%

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

R = 43.59%
G = 15.78%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD50CE (or 0xDD50CE) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CE. RGB value is (221,80,206). Sum of RGB (Red+Green+Blue) = 221+80+206=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CE is #22AF31. Grayscale: #888888. Windows color (decimal): -2273074 or 13521117. OLE color: 13521117.

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

Color convert

RGB 221 80 206 -
CMYK 0 0.64 0.07 0.13
HSL 306.38º 0.67% 0.59% -
HSV(B) 306.38º 0.64% 0.87% -
XYZ 43.83 25.57 61.02 -
YUV 136.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 221 80 206 0 0.64 0.07 0.13 306.38 0.67 0.59
Hex DD 50 CE 0 40 7 D 132 43 3B
Octal 335 120 316 0 100 7 15 462 103 73
Binary 11011101 1010000 11001110 0 1000000 111 1101 100110010 1000011 111011

Color Harmonies of #DD50CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50CE

Black with #DD50CE

Text Example


Text Example

White with #DD50CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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