Html Css Color HEX #D55DDD Free Speech Magenta

📋 copy color: '#D55DDD'

red 213 ◦ green 93 ◦ blue 221

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

Shades of Free Speech Magenta #D55DDD

Tints of Free Speech Magenta #D55DDD

RGB

 RED value IS 213 (83.59% from 255) = 40.42%

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 40.42%
G = 17.65%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D55DDD (or 0xD55DDD) is known color: Free Speech Magenta. HEX triplet: D5, 5D and DD. RGB value is (213,93,221). Sum of RGB (Red+Green+Blue) = 213+93+221=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #D55DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DDD is #2AA222. Grayscale: #8F8F8F. Windows color (decimal): -2794019 or 14507477. OLE color: 14507477.

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

Color convert

RGB 213 93 221 -
CMYK 0.04 0.58 0 0.13
HSL 296.25º 0.65% 0.62% -
HSV(B) 296.25º 0.58% 0.87% -
XYZ 44.41 27.2 71.32 -
YUV 143.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 213 93 221 0.04 0.58 0 0.13 296.25 0.65 0.62
Hex D5 5D DD 4 3A 0 D 128 41 3E
Octal 325 135 335 4 72 0 15 450 101 76
Binary 11010101 1011101 11011101 100 111010 0 1101 100101000 1000001 111110

Color Harmonies of #D55DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DDD

Black with #D55DDD

Text Example


Text Example

White with #D55DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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