Html Css Color HEX #D059DB Free Speech Magenta

📋 copy color: '#D059DB'

red 208 ◦ green 89 ◦ blue 219

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

Shades of Free Speech Magenta #D059DB

Tints of Free Speech Magenta #D059DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.25%

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

R = 40.31%
G = 17.25%
B = 42.44%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D059DB (or 0xD059DB) is known color: Free Speech Magenta. HEX triplet: D0, 59 and DB. RGB value is (208,89,219). Sum of RGB (Red+Green+Blue) = 208+89+219=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #D059DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059DB is #2FA624. Grayscale: #8B8B8B. Windows color (decimal): -3122725 or 14375376. OLE color: 14375376.

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

Color convert

RGB 208 89 219 -
CMYK 0.05 0.59 0 0.14
HSL 294.92º 0.64% 0.6% -
HSV(B) 294.92º 0.59% 0.86% -
XYZ 42.37 25.67 69.74 -
YUV 139.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 208 89 219 0.05 0.59 0 0.14 294.92 0.64 0.6
Hex D0 59 DB 5 3B 0 E 127 40 3C
Octal 320 131 333 5 73 0 16 447 100 74
Binary 11010000 1011001 11011011 101 111011 0 1110 100100111 1000000 111100

Color Harmonies of #D059DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059DB

Black with #D059DB

Text Example


Text Example

White with #D059DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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