Html Css Color HEX #DD50D4 Free Speech Magenta

📋 copy color: '#DD50D4'

red 221 ◦ green 80 ◦ blue 212

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

Shades of Free Speech Magenta #DD50D4

Tints of Free Speech Magenta #DD50D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 43.08%
G = 15.59%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD50D4 (or 0xDD50D4) is known color: Free Speech Magenta. HEX triplet: DD, 50 and D4. RGB value is (221,80,212). Sum of RGB (Red+Green+Blue) = 221+80+212=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD50D4 is #22AF2B. Grayscale: #888888. Windows color (decimal): -2273068 or 13914333. OLE color: 13914333.

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

Color convert

RGB 221 80 212 -
CMYK 0 0.64 0.04 0.13
HSL 303.83º 0.67% 0.59% -
HSV(B) 303.83º 0.64% 0.87% -
XYZ 44.57 25.86 64.93 -
YUV 137.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 221 80 212 0 0.64 0.04 0.13 303.83 0.67 0.59
Hex DD 50 D4 0 40 4 D 130 43 3B
Octal 335 120 324 0 100 4 15 460 103 73
Binary 11011101 1010000 11010100 0 1000000 100 1101 100110000 1000011 111011

Color Harmonies of #DD50D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50D4

Black with #DD50D4

Text Example


Text Example

White with #DD50D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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