Html Css Color HEX #DD40F9 Free Speech Magenta

📋 copy color: '#DD40F9'

red 221 ◦ green 64 ◦ blue 249

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

Shades of Free Speech Magenta #DD40F9

Tints of Free Speech Magenta #DD40F9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.99%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 41.39%
G = 11.99%
B = 46.63%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD40F9 (or 0xDD40F9) is known color: Free Speech Magenta. HEX triplet: DD, 40 and F9. RGB value is (221,64,249). Sum of RGB (Red+Green+Blue) = 221+64+249=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD40F9 is #22BF06. Grayscale: #838383. Windows color (decimal): -2277127 or 16335069. OLE color: 16335069.

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

Color convert

RGB 221 64 249 -
CMYK 0.11 0.74 0 0.02
HSL 290.92º 0.94% 0.61% -
HSV(B) 290.92º 0.74% 0.98% -
XYZ 48.75 25.88 92.05 -
YUV 132.03 194.01 191.46 -
System Red Green Blue C M Y K H S L
Decimal 221 64 249 0.11 0.74 0 0.02 290.92 0.94 0.61
Hex DD 40 F9 B 4A 0 2 123 5E 3D
Octal 335 100 371 13 112 0 2 443 136 75
Binary 11011101 1000000 11111001 1011 1001010 0 10 100100011 1011110 111101

Color Harmonies of #DD40F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD40F9

Black with #DD40F9

Text Example


Text Example

White with #DD40F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD40F9; }

 p { color: rgb(221,64,249); }

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

background-color css

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

 a { background-color: rgb(221,64,249); }

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

border-color css

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

 span { border-color: rgb(221,64,249); }

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