Html Css Color HEX #DD42C7 Free Speech Magenta

📋 copy color: '#DD42C7'

red 221 ◦ green 66 ◦ blue 199

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

Shades of Free Speech Magenta #DD42C7

Tints of Free Speech Magenta #DD42C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 45.47%
G = 13.58%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD42C7 (or 0xDD42C7) is known color: Free Speech Magenta. HEX triplet: DD, 42 and C7. RGB value is (221,66,199). Sum of RGB (Red+Green+Blue) = 221+66+199=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD42C7 is #22BD38. Grayscale: #7F7F7F. Windows color (decimal): -2276665 or 13058781. OLE color: 13058781.

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

Color convert

RGB 221 66 199 -
CMYK 0 0.70 0.10 0.13
HSL 308.52º 0.7% 0.56% -
HSV(B) 308.52º 0.7% 0.87% -
XYZ 42.08 23.39 56.33 -
YUV 127.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 221 66 199 0 0.70 0.10 0.13 308.52 0.7 0.56
Hex DD 42 C7 0 46 A D 135 46 38
Octal 335 102 307 0 106 12 15 465 106 70
Binary 11011101 1000010 11000111 0 1000110 1010 1101 100110101 1000110 111000

Color Harmonies of #DD42C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42C7

Black with #DD42C7

Text Example


Text Example

White with #DD42C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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