Html Css Color HEX #DD42C3 Free Speech Magenta

📋 copy color: '#DD42C3'

red 221 ◦ green 66 ◦ blue 195

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

Shades of Free Speech Magenta #DD42C3

Tints of Free Speech Magenta #DD42C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.46%

R = 45.85%
G = 13.69%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DD42C3 (or 0xDD42C3) is known color: Free Speech Magenta. HEX triplet: DD, 42 and C3. RGB value is (221,66,195). Sum of RGB (Red+Green+Blue) = 221+66+195=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C3 is #22BD3C. Grayscale: #7E7E7E. Windows color (decimal): -2276669 or 12796637. OLE color: 12796637.

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

Color convert

RGB 221 66 195 -
CMYK 0 0.70 0.12 0.13
HSL 310.06º 0.7% 0.56% -
HSV(B) 310.06º 0.7% 0.87% -
XYZ 41.62 23.21 53.92 -
YUV 127.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 221 66 195 0 0.70 0.12 0.13 310.06 0.7 0.56
Hex DD 42 C3 0 46 C D 136 46 38
Octal 335 102 303 0 106 14 15 466 106 70
Binary 11011101 1000010 11000011 0 1000110 1100 1101 100110110 1000110 111000

Color Harmonies of #DD42C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42C3

Black with #DD42C3

Text Example


Text Example

White with #DD42C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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