Html Css Color HEX #D059DA Free Speech Magenta

📋 copy color: '#D059DA'

red 208 ◦ green 89 ◦ blue 218

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

Shades of Free Speech Magenta #D059DA

Tints of Free Speech Magenta #D059DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 40.39%
G = 17.28%
B = 42.33%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D059DA (or 0xD059DA) is known color: Free Speech Magenta. HEX triplet: D0, 59 and DA. RGB value is (208,89,218). Sum of RGB (Red+Green+Blue) = 208+89+218=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #D059DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059DA is #2FA625. Grayscale: #8A8A8A. Windows color (decimal): -3122726 or 14309840. OLE color: 14309840.

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

Color convert

RGB 208 89 218 -
CMYK 0.05 0.59 0 0.15
HSL 295.35º 0.64% 0.6% -
HSV(B) 295.35º 0.59% 0.85% -
XYZ 42.24 25.62 69.05 -
YUV 139.29 172.42 177.01 -
System Red Green Blue C M Y K H S L
Decimal 208 89 218 0.05 0.59 0 0.15 295.35 0.64 0.6
Hex D0 59 DA 5 3B 0 F 127 40 3C
Octal 320 131 332 5 73 0 17 447 100 74
Binary 11010000 1011001 11011010 101 111011 0 1111 100100111 1000000 111100

Color Harmonies of #D059DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059DA

Black with #D059DA

Text Example


Text Example

White with #D059DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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