Html Css Color HEX #DD5CE6 Free Speech Magenta

📋 copy color: '#DD5CE6'

red 221 ◦ green 92 ◦ blue 230

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

Shades of Free Speech Magenta #DD5CE6

Tints of Free Speech Magenta #DD5CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.94%

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

R = 40.7%
G = 16.94%
B = 42.36%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DD5CE6 (or 0xDD5CE6) is known color: Free Speech Magenta. HEX triplet: DD, 5C and E6. RGB value is (221,92,230). Sum of RGB (Red+Green+Blue) = 221+92+230=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD5CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5CE6 is #22A319. Grayscale: #919191. Windows color (decimal): -2269978 or 15097053. OLE color: 15097053.

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

Color convert

RGB 221 92 230 -
CMYK 0.04 0.60 0 0.10
HSL 296.09º 0.73% 0.63% -
HSV(B) 296.09º 0.6% 0.9% -
XYZ 47.93 28.74 77.88 -
YUV 146.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 221 92 230 0.04 0.60 0 0.10 296.09 0.73 0.63
Hex DD 5C E6 4 3C 0 A 128 49 3F
Octal 335 134 346 4 74 0 12 450 111 77
Binary 11011101 1011100 11100110 100 111100 0 1010 100101000 1001001 111111

Color Harmonies of #DD5CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CE6

Black with #DD5CE6

Text Example


Text Example

White with #DD5CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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