Html Css Color HEX #DD5CE1 Free Speech Magenta

📋 copy color: '#DD5CE1'

red 221 ◦ green 92 ◦ blue 225

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

Shades of Free Speech Magenta #DD5CE1

Tints of Free Speech Magenta #DD5CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 41.08%
G = 17.1%
B = 41.82%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DD5CE1 (or 0xDD5CE1) is known color: Free Speech Magenta. HEX triplet: DD, 5C and E1. RGB value is (221,92,225). Sum of RGB (Red+Green+Blue) = 221+92+225=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 92 (36.33% from 255 or 17.10% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD5CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5CE1 is #22A31E. Grayscale: #919191. Windows color (decimal): -2269983 or 14769373. OLE color: 14769373.

HSL color Cylindrical-coordinate representation of color #DD5CE1: hue angle of 298.2º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5CE1 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 92 225 -
CMYK 0.02 0.59 0 0.12
HSL 298.2º 0.69% 0.62% -
HSV(B) 298.2º 0.59% 0.88% -
XYZ 47.24 28.46 74.24 -
YUV 145.73 172.74 181.69 -
System Red Green Blue C M Y K H S L
Decimal 221 92 225 0.02 0.59 0 0.12 298.2 0.69 0.62
Hex DD 5C E1 2 3B 0 C 12A 45 3E
Octal 335 134 341 2 73 0 14 452 105 76
Binary 11011101 1011100 11100001 10 111011 0 1100 100101010 1000101 111110

Color Harmonies of #DD5CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5CE1

Black with #DD5CE1

Text Example


Text Example

White with #DD5CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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