Html Css Color HEX #DD41C9 Free Speech Magenta

📋 copy color: '#DD41C9'

red 221 ◦ green 65 ◦ blue 201

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

Shades of Free Speech Magenta #DD41C9

Tints of Free Speech Magenta #DD41C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.27%

R = 45.38%
G = 13.35%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD41C9 (or 0xDD41C9) is known color: Free Speech Magenta. HEX triplet: DD, 41 and C9. RGB value is (221,65,201). Sum of RGB (Red+Green+Blue) = 221+65+201=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41C9 is #22BE36. Grayscale: #7E7E7E. Windows color (decimal): -2276919 or 13189597. OLE color: 13189597.

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

Color convert

RGB 221 65 201 -
CMYK 0 0.71 0.09 0.13
HSL 307.69º 0.7% 0.56% -
HSV(B) 307.69º 0.71% 0.87% -
XYZ 42.25 23.37 57.54 -
YUV 127.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 221 65 201 0 0.71 0.09 0.13 307.69 0.7 0.56
Hex DD 41 C9 0 47 9 D 134 46 38
Octal 335 101 311 0 107 11 15 464 106 70
Binary 11011101 1000001 11001001 0 1000111 1001 1101 100110100 1000110 111000

Color Harmonies of #DD41C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41C9

Black with #DD41C9

Text Example


Text Example

White with #DD41C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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