Html Css Color HEX #DD5DDE Free Speech Magenta

📋 copy color: '#DD5DDE'

red 221 ◦ green 93 ◦ blue 222

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

Shades of Free Speech Magenta #DD5DDE

Tints of Free Speech Magenta #DD5DDE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.35%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 41.23%
G = 17.35%
B = 41.42%

CMYK

 C value IS 0.00

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD5DDE (or 0xDD5DDE) is known color: Free Speech Magenta. HEX triplet: DD, 5D and DE. RGB value is (221,93,222). Sum of RGB (Red+Green+Blue) = 221+93+222=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DDE is #22A221. Grayscale: #919191. Windows color (decimal): -2269730 or 14573021. OLE color: 14573021.

HSL color Cylindrical-coordinate representation of color #DD5DDE: hue angle of 299.53º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5DDE is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 222 -
CMYK 0.00 0.58 0 0.13
HSL 299.53º 0.66% 0.62% -
HSV(B) 299.53º 0.58% 0.87% -
XYZ 46.92 28.47 72.13 -
YUV 145.98 170.91 181.51 -
System Red Green Blue C M Y K H S L
Decimal 221 93 222 0.00 0.58 0 0.13 299.53 0.66 0.62
Hex DD 5D DE 0 3A 0 D 12C 42 3E
Octal 335 135 336 0 72 0 15 454 102 76
Binary 11011101 1011101 11011110 0 111010 0 1101 100101100 1000010 111110

Color Harmonies of #DD5DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DDE

Black with #DD5DDE

Text Example


Text Example

White with #DD5DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DDE; }

 p { color: rgb(221,93,222); }

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

background-color css

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

 a { background-color: rgb(221,93,222); }

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

border-color css

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

 span { border-color: rgb(221,93,222); }

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