Html Css Color HEX #DD41DB Free Speech Magenta

📋 copy color: '#DD41DB'

red 221 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #DD41DB

Tints of Free Speech Magenta #DD41DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 43.76%
G = 12.87%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD41DB (or 0xDD41DB) is known color: Free Speech Magenta. HEX triplet: DD, 41 and DB. RGB value is (221,65,219). Sum of RGB (Red+Green+Blue) = 221+65+219=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD41DB is #22BE24. Grayscale: #808080. Windows color (decimal): -2276901 or 14369245. OLE color: 14369245.

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

Color convert

RGB 221 65 219 -
CMYK 0 0.71 0.01 0.13
HSL 300.77º 0.7% 0.56% -
HSV(B) 300.77º 0.71% 0.87% -
XYZ 44.5 24.27 69.36 -
YUV 129.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 221 65 219 0 0.71 0.01 0.13 300.77 0.7 0.56
Hex DD 41 DB 0 47 1 D 12D 46 38
Octal 335 101 333 0 107 1 15 455 106 70
Binary 11011101 1000001 11011011 0 1000111 1 1101 100101101 1000110 111000

Color Harmonies of #DD41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41DB

Black with #DD41DB

Text Example


Text Example

White with #DD41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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