Html Css Color HEX #D557DB Free Speech Magenta

📋 copy color: '#D557DB'

red 213 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #D557DB

Tints of Free Speech Magenta #D557DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.76%

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

R = 41.04%
G = 16.76%
B = 42.2%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D557DB (or 0xD557DB) is known color: Free Speech Magenta. HEX triplet: D5, 57 and DB. RGB value is (213,87,219). Sum of RGB (Red+Green+Blue) = 213+87+219=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #D557DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D557DB is #2AA824. Grayscale: #8B8B8B. Windows color (decimal): -2795557 or 14374869. OLE color: 14374869.

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

Color convert

RGB 213 87 219 -
CMYK 0.03 0.60 0 0.14
HSL 297.27º 0.65% 0.6% -
HSV(B) 297.27º 0.6% 0.86% -
XYZ 43.63 26.08 69.75 -
YUV 139.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 213 87 219 0.03 0.60 0 0.14 297.27 0.65 0.6
Hex D5 57 DB 3 3C 0 E 129 41 3C
Octal 325 127 333 3 74 0 16 451 101 74
Binary 11010101 1010111 11011011 11 111100 0 1110 100101001 1000001 111100

Color Harmonies of #D557DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D557DB

Black with #D557DB

Text Example


Text Example

White with #D557DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D557DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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