Html Css Color HEX #D555DD Free Speech Magenta

📋 copy color: '#D555DD'

red 213 ◦ green 85 ◦ blue 221

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

Shades of Free Speech Magenta #D555DD

Tints of Free Speech Magenta #D555DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.38%

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

R = 41.04%
G = 16.38%
B = 42.58%

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

#D555DD (or 0xD555DD) is known color: Free Speech Magenta. HEX triplet: D5, 55 and DD. RGB value is (213,85,221). Sum of RGB (Red+Green+Blue) = 213+85+221=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #D555DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555DD is #2AAA22. Grayscale: #8A8A8A. Windows color (decimal): -2796067 or 14505429. OLE color: 14505429.

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

Color convert

RGB 213 85 221 -
CMYK 0.04 0.62 0 0.13
HSL 296.47º 0.67% 0.6% -
HSV(B) 296.47º 0.62% 0.87% -
XYZ 43.74 25.86 71.09 -
YUV 138.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 213 85 221 0.04 0.62 0 0.13 296.47 0.67 0.6
Hex D5 55 DD 4 3E 0 D 128 43 3C
Octal 325 125 335 4 76 0 15 450 103 74
Binary 11010101 1010101 11011101 100 111110 0 1101 100101000 1000011 111100

Color Harmonies of #D555DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555DD

Black with #D555DD

Text Example


Text Example

White with #D555DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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