Html Css Color HEX #DD62E6 Free Speech Magenta

📋 copy color: '#DD62E6'

red 221 ◦ green 98 ◦ blue 230

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

Shades of Free Speech Magenta #DD62E6

Tints of Free Speech Magenta #DD62E6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.85%

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

R = 40.26%
G = 17.85%
B = 41.89%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD62E6 (or 0xDD62E6) is known color: Free Speech Magenta. HEX triplet: DD, 62 and E6. RGB value is (221,98,230). Sum of RGB (Red+Green+Blue) = 221+98+230=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD62E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD62E6 is #229D19. Grayscale: #959595. Windows color (decimal): -2268442 or 15098589. OLE color: 15098589.

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

Color convert

RGB 221 98 230 -
CMYK 0.04 0.57 0 0.10
HSL 295.91º 0.73% 0.64% -
HSV(B) 295.91º 0.57% 0.9% -
XYZ 48.47 29.82 78.06 -
YUV 149.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 221 98 230 0.04 0.57 0 0.10 295.91 0.73 0.64
Hex DD 62 E6 4 39 0 A 128 49 40
Octal 335 142 346 4 71 0 12 450 111 100
Binary 11011101 1100010 11100110 100 111001 0 1010 100101000 1001001 1000000

Color Harmonies of #DD62E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD62E6

Black with #DD62E6

Text Example


Text Example

White with #DD62E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD62E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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