Html Css Color HEX #DD5DC8 Free Speech Magenta

📋 copy color: '#DD5DC8'

red 221 ◦ green 93 ◦ blue 200

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

Shades of Free Speech Magenta #DD5DC8

Tints of Free Speech Magenta #DD5DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 43%
G = 18.09%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD5DC8 (or 0xDD5DC8) is known color: Free Speech Magenta. HEX triplet: DD, 5D and C8. RGB value is (221,93,200). Sum of RGB (Red+Green+Blue) = 221+93+200=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5DC8 is #22A237. Grayscale: #8F8F8F. Windows color (decimal): -2269752 or 13131229. OLE color: 13131229.

HSL color Cylindrical-coordinate representation of color #DD5DC8: hue angle of 309.84º degrees, saturation: 0.65, 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 #DD5DC8 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 93 200 -
CMYK 0 0.58 0.10 0.13
HSL 309.84º 0.65% 0.62% -
HSV(B) 309.84º 0.58% 0.87% -
XYZ 44.16 27.37 57.6 -
YUV 143.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 221 93 200 0 0.58 0.10 0.13 309.84 0.65 0.62
Hex DD 5D C8 0 3A A D 136 41 3E
Octal 335 135 310 0 72 12 15 466 101 76
Binary 11011101 1011101 11001000 0 111010 1010 1101 100110110 1000001 111110

Color Harmonies of #DD5DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DC8

Black with #DD5DC8

Text Example


Text Example

White with #DD5DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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