Html Css Color HEX #DD51E6 Free Speech Magenta

📋 copy color: '#DD51E6'

red 221 ◦ green 81 ◦ blue 230

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

Shades of Free Speech Magenta #DD51E6

Tints of Free Speech Magenta #DD51E6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.23%

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

R = 41.54%
G = 15.23%
B = 43.23%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD51E6 (or 0xDD51E6) is known color: Free Speech Magenta. HEX triplet: DD, 51 and E6. RGB value is (221,81,230). Sum of RGB (Red+Green+Blue) = 221+81+230=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD51E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51E6 is #22AE19. Grayscale: #8B8B8B. Windows color (decimal): -2272794 or 15094237. OLE color: 15094237.

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

Color convert

RGB 221 81 230 -
CMYK 0.04 0.65 0 0.10
HSL 296.38º 0.75% 0.61% -
HSV(B) 296.38º 0.65% 0.9% -
XYZ 47.04 26.97 77.59 -
YUV 139.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 221 81 230 0.04 0.65 0 0.10 296.38 0.75 0.61
Hex DD 51 E6 4 41 0 A 128 4B 3D
Octal 335 121 346 4 101 0 12 450 113 75
Binary 11011101 1010001 11100110 100 1000001 0 1010 100101000 1001011 111101

Color Harmonies of #DD51E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD51E6

Black with #DD51E6

Text Example


Text Example

White with #DD51E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD51E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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