Html Css Color HEX #D555DB Free Speech Magenta

📋 copy color: '#D555DB'

red 213 ◦ green 85 ◦ blue 219

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

Shades of Free Speech Magenta #D555DB

Tints of Free Speech Magenta #D555DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 41.2%
G = 16.44%
B = 42.36%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D555DB (or 0xD555DB) is known color: Free Speech Magenta. HEX triplet: D5, 55 and DB. RGB value is (213,85,219). Sum of RGB (Red+Green+Blue) = 213+85+219=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #D555DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555DB is #2AAA24. Grayscale: #8A8A8A. Windows color (decimal): -2796069 or 14374357. OLE color: 14374357.

HSL color Cylindrical-coordinate representation of color #D555DB: hue angle of 297.31º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D555DB is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 85 219 -
CMYK 0.03 0.61 0 0.14
HSL 297.31º 0.65% 0.6% -
HSV(B) 297.31º 0.61% 0.86% -
XYZ 43.48 25.76 69.7 -
YUV 138.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 213 85 219 0.03 0.61 0 0.14 297.31 0.65 0.6
Hex D5 55 DB 3 3D 0 E 129 41 3C
Octal 325 125 333 3 75 0 16 451 101 74
Binary 11010101 1010101 11011011 11 111101 0 1110 100101001 1000001 111100

Color Harmonies of #D555DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555DB

Black with #D555DB

Text Example


Text Example

White with #D555DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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