Html Css Color HEX #DD41CC Free Speech Magenta

📋 copy color: '#DD41CC'

red 221 ◦ green 65 ◦ blue 204

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

Shades of Free Speech Magenta #DD41CC

Tints of Free Speech Magenta #DD41CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.27%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 45.1%
G = 13.27%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD41CC (or 0xDD41CC) is known color: Free Speech Magenta. HEX triplet: DD, 41 and CC. RGB value is (221,65,204). Sum of RGB (Red+Green+Blue) = 221+65+204=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41CC is #22BE33. Grayscale: #7F7F7F. Windows color (decimal): -2276916 or 13386205. OLE color: 13386205.

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

Color convert

RGB 221 65 204 -
CMYK 0 0.71 0.08 0.13
HSL 306.54º 0.7% 0.56% -
HSV(B) 306.54º 0.71% 0.87% -
XYZ 42.61 23.51 59.42 -
YUV 127.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 221 65 204 0 0.71 0.08 0.13 306.54 0.7 0.56
Hex DD 41 CC 0 47 8 D 133 46 38
Octal 335 101 314 0 107 10 15 463 106 70
Binary 11011101 1000001 11001100 0 1000111 1000 1101 100110011 1000110 111000

Color Harmonies of #DD41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41CC

Black with #DD41CC

Text Example


Text Example

White with #DD41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41CC; }

 p { color: rgb(221,65,204); }

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

background-color css

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

 a { background-color: rgb(221,65,204); }

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

border-color css

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

 span { border-color: rgb(221,65,204); }

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