Html Css Color HEX #D553DD Free Speech Magenta

📋 copy color: '#D553DD'

red 213 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #D553DD

Tints of Free Speech Magenta #D553DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.05%

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

R = 41.2%
G = 16.05%
B = 42.75%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D553DD (or 0xD553DD) is known color: Free Speech Magenta. HEX triplet: D5, 53 and DD. RGB value is (213,83,221). Sum of RGB (Red+Green+Blue) = 213+83+221=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #D553DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D553DD is #2AAC22. Grayscale: #898989. Windows color (decimal): -2796579 or 14504917. OLE color: 14504917.

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

Color convert

RGB 213 83 221 -
CMYK 0.04 0.62 0 0.13
HSL 296.52º 0.67% 0.6% -
HSV(B) 296.52º 0.62% 0.87% -
XYZ 43.58 25.55 71.04 -
YUV 137.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 213 83 221 0.04 0.62 0 0.13 296.52 0.67 0.6
Hex D5 53 DD 4 3E 0 D 129 43 3C
Octal 325 123 335 4 76 0 15 451 103 74
Binary 11010101 1010011 11011101 100 111110 0 1101 100101001 1000011 111100

Color Harmonies of #D553DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D553DD

Black with #D553DD

Text Example


Text Example

White with #D553DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D553DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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