Html Css Color HEX #DD38DC Free Speech Magenta

📋 copy color: '#DD38DC'

red 221 ◦ green 56 ◦ blue 220

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

Shades of Free Speech Magenta #DD38DC

Tints of Free Speech Magenta #DD38DC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.27%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 44.47%
G = 11.27%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD38DC (or 0xDD38DC) is known color: Free Speech Magenta. HEX triplet: DD, 38 and DC. RGB value is (221,56,220). Sum of RGB (Red+Green+Blue) = 221+56+220=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38DC is #22C723. Grayscale: #7B7B7B. Windows color (decimal): -2279204 or 14432477. OLE color: 14432477.

HSL color Cylindrical-coordinate representation of color #DD38DC: hue angle of 300.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38DC is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 220 -
CMYK 0 0.75 0.00 0.13
HSL 300.36º 0.71% 0.54% -
HSV(B) 300.36º 0.75% 0.87% -
XYZ 44.15 23.37 69.89 -
YUV 124.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 221 56 220 0 0.75 0.00 0.13 300.36 0.71 0.54
Hex DD 38 DC 0 4B 0 D 12C 47 36
Octal 335 70 334 0 113 0 15 454 107 66
Binary 11011101 111000 11011100 0 1001011 0 1101 100101100 1000111 110110

Color Harmonies of #DD38DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38DC

Black with #DD38DC

Text Example


Text Example

White with #DD38DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38DC; }

 p { color: rgb(221,56,220); }

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

background-color css

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

 a { background-color: rgb(221,56,220); }

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

border-color css

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

 span { border-color: rgb(221,56,220); }

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