Html Css Color HEX #DD42D5 Free Speech Magenta

📋 copy color: '#DD42D5'

red 221 ◦ green 66 ◦ blue 213

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

Shades of Free Speech Magenta #DD42D5

Tints of Free Speech Magenta #DD42D5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.2%

 BLUE value IS 213 (83.59% from 255) = 42.6%

R = 44.2%
G = 13.2%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD42D5 (or 0xDD42D5) is known color: Free Speech Magenta. HEX triplet: DD, 42 and D5. RGB value is (221,66,213). Sum of RGB (Red+Green+Blue) = 221+66+213=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42D5 is #22BD2A. Grayscale: #808080. Windows color (decimal): -2276651 or 13976285. OLE color: 13976285.

HSL color Cylindrical-coordinate representation of color #DD42D5: hue angle of 303.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42D5 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 213 -
CMYK 0 0.70 0.04 0.13
HSL 303.1º 0.7% 0.56% -
HSV(B) 303.1º 0.7% 0.87% -
XYZ 43.78 24.07 65.29 -
YUV 129.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 221 66 213 0 0.70 0.04 0.13 303.1 0.7 0.56
Hex DD 42 D5 0 46 4 D 12F 46 38
Octal 335 102 325 0 106 4 15 457 106 70
Binary 11011101 1000010 11010101 0 1000110 100 1101 100101111 1000110 111000

Color Harmonies of #DD42D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42D5

Black with #DD42D5

Text Example


Text Example

White with #DD42D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42D5; }

 p { color: rgb(221,66,213); }

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

background-color css

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

 a { background-color: rgb(221,66,213); }

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

border-color css

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

 span { border-color: rgb(221,66,213); }

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