Html Css Color HEX #DD31E6 Free Speech Magenta

📋 copy color: '#DD31E6'

red 221 ◦ green 49 ◦ blue 230

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

Shades of Free Speech Magenta #DD31E6

Tints of Free Speech Magenta #DD31E6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.8%

 BLUE value IS 230 (90.23% from 255) = 46%

R = 44.2%
G = 9.8%
B = 46%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD31E6 (or 0xDD31E6) is known color: Free Speech Magenta. HEX triplet: DD, 31 and E6. RGB value is (221,49,230). Sum of RGB (Red+Green+Blue) = 221+49+230=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD31E6 is #22CE19. Grayscale: #787878. Windows color (decimal): -2280986 or 15086045. OLE color: 15086045.

HSL color Cylindrical-coordinate representation of color #DD31E6: hue angle of 297.02º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD31E6 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 49 230 -
CMYK 0.04 0.79 0 0.10
HSL 297.02º 0.78% 0.55% -
HSV(B) 297.02º 0.79% 0.9% -
XYZ 45.2 23.28 76.97 -
YUV 121.06 189.48 199.28 -
System Red Green Blue C M Y K H S L
Decimal 221 49 230 0.04 0.79 0 0.10 297.02 0.78 0.55
Hex DD 31 E6 4 4F 0 A 129 4E 37
Octal 335 61 346 4 117 0 12 451 116 67
Binary 11011101 110001 11100110 100 1001111 0 1010 100101001 1001110 110111

Color Harmonies of #DD31E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD31E6

Black with #DD31E6

Text Example


Text Example

White with #DD31E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD31E6; }

 p { color: rgb(221,49,230); }

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

background-color css

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

 a { background-color: rgb(221,49,230); }

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

border-color css

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

 span { border-color: rgb(221,49,230); }

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