Html Css Color HEX #D057DB Free Speech Magenta

📋 copy color: '#D057DB'

red 208 ◦ green 87 ◦ blue 219

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

Shades of Free Speech Magenta #D057DB

Tints of Free Speech Magenta #D057DB

RGB

 RED value IS 208 (81.64% from 255) = 40.47%

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

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

R = 40.47%
G = 16.93%
B = 42.61%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D057DB (or 0xD057DB) is known color: Free Speech Magenta. HEX triplet: D0, 57 and DB. RGB value is (208,87,219). Sum of RGB (Red+Green+Blue) = 208+87+219=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #D057DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057DB is #2FA824. Grayscale: #898989. Windows color (decimal): -3123237 or 14374864. OLE color: 14374864.

HSL color Cylindrical-coordinate representation of color #D057DB: hue angle of 295º 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 #D057DB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 87 219 -
CMYK 0.05 0.60 0 0.14
HSL 295º 0.65% 0.6% -
HSV(B) 295º 0.6% 0.86% -
XYZ 42.21 25.34 69.68 -
YUV 138.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 208 87 219 0.05 0.60 0 0.14 295 0.65 0.6
Hex D0 57 DB 5 3C 0 E 127 41 3C
Octal 320 127 333 5 74 0 16 447 101 74
Binary 11010000 1010111 11011011 101 111100 0 1110 100100111 1000001 111100

Color Harmonies of #D057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057DB

Black with #D057DB

Text Example


Text Example

White with #D057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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