Html Css Color HEX #D059D7 Free Speech Magenta

📋 copy color: '#D059D7'

red 208 ◦ green 89 ◦ blue 215

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

Shades of Free Speech Magenta #D059D7

Tints of Free Speech Magenta #D059D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 40.63%
G = 17.38%
B = 41.99%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D059D7 (or 0xD059D7) is known color: Free Speech Magenta. HEX triplet: D0, 59 and D7. RGB value is (208,89,215). Sum of RGB (Red+Green+Blue) = 208+89+215=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 89 (35.16% from 255 or 17.38% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #D059D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059D7 is #2FA628. Grayscale: #8A8A8A. Windows color (decimal): -3122729 or 14113232. OLE color: 14113232.

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

Color convert

RGB 208 89 215 -
CMYK 0.03 0.59 0 0.16
HSL 296.67º 0.61% 0.6% -
HSV(B) 296.67º 0.59% 0.84% -
XYZ 41.85 25.46 67 -
YUV 138.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 208 89 215 0.03 0.59 0 0.16 296.67 0.61 0.6
Hex D0 59 D7 3 3B 0 10 129 3D 3C
Octal 320 131 327 3 73 0 20 451 75 74
Binary 11010000 1011001 11010111 11 111011 0 10000 100101001 111101 111100

Color Harmonies of #D059D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059D7

Black with #D059D7

Text Example


Text Example

White with #D059D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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