Html Css Color HEX #DD61E6 Free Speech Magenta

📋 copy color: '#DD61E6'

red 221 ◦ green 97 ◦ blue 230

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

Shades of Free Speech Magenta #DD61E6

Tints of Free Speech Magenta #DD61E6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.7%

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

R = 40.33%
G = 17.7%
B = 41.97%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD61E6 (or 0xDD61E6) is known color: Free Speech Magenta. HEX triplet: DD, 61 and E6. RGB value is (221,97,230). Sum of RGB (Red+Green+Blue) = 221+97+230=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD61E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD61E6 is #229E19. Grayscale: #949494. Windows color (decimal): -2268698 or 15098333. OLE color: 15098333.

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

Color convert

RGB 221 97 230 -
CMYK 0.04 0.58 0 0.10
HSL 295.94º 0.73% 0.64% -
HSV(B) 295.94º 0.58% 0.9% -
XYZ 48.38 29.63 78.03 -
YUV 149.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 221 97 230 0.04 0.58 0 0.10 295.94 0.73 0.64
Hex DD 61 E6 4 3A 0 A 128 49 40
Octal 335 141 346 4 72 0 12 450 111 100
Binary 11011101 1100001 11100110 100 111010 0 1010 100101000 1001001 1000000

Color Harmonies of #DD61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61E6

Black with #DD61E6

Text Example


Text Example

White with #DD61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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