Html Css Color HEX #D555DF Free Speech Magenta

📋 copy color: '#D555DF'

red 213 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #D555DF

Tints of Free Speech Magenta #D555DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 40.88%
G = 16.31%
B = 42.8%

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

#D555DF (or 0xD555DF) is known color: Free Speech Magenta. HEX triplet: D5, 55 and DF. RGB value is (213,85,223). Sum of RGB (Red+Green+Blue) = 213+85+223=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #D555DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555DF is #2AAA20. Grayscale: #8A8A8A. Windows color (decimal): -2796065 or 14636501. OLE color: 14636501.

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

Color convert

RGB 213 85 223 -
CMYK 0.04 0.62 0 0.13
HSL 295.65º 0.68% 0.6% -
HSV(B) 295.65º 0.62% 0.87% -
XYZ 44.01 25.97 72.51 -
YUV 139 175.41 180.78 -
System Red Green Blue C M Y K H S L
Decimal 213 85 223 0.04 0.62 0 0.13 295.65 0.68 0.6
Hex D5 55 DF 4 3E 0 D 128 44 3C
Octal 325 125 337 4 76 0 15 450 104 74
Binary 11010101 1010101 11011111 100 111110 0 1101 100101000 1000100 111100

Color Harmonies of #D555DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555DF

Black with #D555DF

Text Example


Text Example

White with #D555DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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