Html Css Color HEX #DD50CD Free Speech Magenta

📋 copy color: '#DD50CD'

red 221 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #DD50CD

Tints of Free Speech Magenta #DD50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 43.68%
G = 15.81%
B = 40.51%

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

#DD50CD (or 0xDD50CD) is known color: Free Speech Magenta. HEX triplet: DD, 50 and CD. RGB value is (221,80,205). Sum of RGB (Red+Green+Blue) = 221+80+205=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50CD is #22AF32. Grayscale: #888888. Windows color (decimal): -2273075 or 13455581. OLE color: 13455581.

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

Color convert

RGB 221 80 205 -
CMYK 0 0.64 0.07 0.13
HSL 306.81º 0.67% 0.59% -
HSV(B) 306.81º 0.64% 0.87% -
XYZ 43.71 25.52 60.38 -
YUV 136.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 221 80 205 0 0.64 0.07 0.13 306.81 0.67 0.59
Hex DD 50 CD 0 40 7 D 133 43 3B
Octal 335 120 315 0 100 7 15 463 103 73
Binary 11011101 1010000 11001101 0 1000000 111 1101 100110011 1000011 111011

Color Harmonies of #DD50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50CD

Black with #DD50CD

Text Example


Text Example

White with #DD50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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