Html Css Color HEX #DD41F8 Free Speech Magenta

📋 copy color: '#DD41F8'

red 221 ◦ green 65 ◦ blue 248

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

Shades of Free Speech Magenta #DD41F8

Tints of Free Speech Magenta #DD41F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.44%

R = 41.39%
G = 12.17%
B = 46.44%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD41F8 (or 0xDD41F8) is known color: Free Speech Magenta. HEX triplet: DD, 41 and F8. RGB value is (221,65,248). Sum of RGB (Red+Green+Blue) = 221+65+248=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 65 (25.78% from 255 or 12.17% from 534); Blue value is 248 (97.27% from 255 or 46.44% from 534); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD41F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD41F8 is #22BE07. Grayscale: #838383. Windows color (decimal): -2276872 or 16269789. OLE color: 16269789.

HSL color Cylindrical-coordinate representation of color #DD41F8: hue angle of 291.15º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD41F8 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 65 248 -
CMYK 0.11 0.74 0 0.03
HSL 291.15º 0.93% 0.61% -
HSV(B) 291.15º 0.74% 0.97% -
XYZ 48.65 25.93 91.25 -
YUV 132.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 221 65 248 0.11 0.74 0 0.03 291.15 0.93 0.61
Hex DD 41 F8 B 4A 0 3 123 5D 3D
Octal 335 101 370 13 112 0 3 443 135 75
Binary 11011101 1000001 11111000 1011 1001010 0 11 100100011 1011101 111101

Color Harmonies of #DD41F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD41F8

Black with #DD41F8

Text Example


Text Example

White with #DD41F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD41F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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