Html Css Color HEX #DD37F9 Free Speech Magenta

📋 copy color: '#DD37F9'

red 221 ◦ green 55 ◦ blue 249

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

Shades of Free Speech Magenta #DD37F9

Tints of Free Speech Magenta #DD37F9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.48%

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

R = 42.1%
G = 10.48%
B = 47.43%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD37F9 (or 0xDD37F9) is known color: Free Speech Magenta. HEX triplet: DD, 37 and F9. RGB value is (221,55,249). Sum of RGB (Red+Green+Blue) = 221+55+249=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD37F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD37F9 is #22C806. Grayscale: #7E7E7E. Windows color (decimal): -2279431 or 16332765. OLE color: 16332765.

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

Color convert

RGB 221 55 249 -
CMYK 0.11 0.78 0 0.02
HSL 291.34º 0.94% 0.6% -
HSV(B) 291.34º 0.78% 0.98% -
XYZ 48.28 24.94 91.89 -
YUV 126.75 197 195.23 -
System Red Green Blue C M Y K H S L
Decimal 221 55 249 0.11 0.78 0 0.02 291.34 0.94 0.6
Hex DD 37 F9 B 4E 0 2 123 5E 3C
Octal 335 67 371 13 116 0 2 443 136 74
Binary 11011101 110111 11111001 1011 1001110 0 10 100100011 1011110 111100

Color Harmonies of #DD37F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD37F9

Black with #DD37F9

Text Example


Text Example

White with #DD37F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD37F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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