Html Css Color HEX #D057D9 Free Speech Magenta

📋 copy color: '#D057D9'

red 208 ◦ green 87 ◦ blue 217

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

Shades of Free Speech Magenta #D057D9

Tints of Free Speech Magenta #D057D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 40.63%
G = 16.99%
B = 42.38%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D057D9 (or 0xD057D9) is known color: Free Speech Magenta. HEX triplet: D0, 57 and D9. RGB value is (208,87,217). Sum of RGB (Red+Green+Blue) = 208+87+217=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #D057D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057D9 is #2FA826. Grayscale: #898989. Windows color (decimal): -3123239 or 14243792. OLE color: 14243792.

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

Color convert

RGB 208 87 217 -
CMYK 0.04 0.60 0 0.15
HSL 295.85º 0.63% 0.6% -
HSV(B) 295.85º 0.6% 0.85% -
XYZ 41.95 25.24 68.31 -
YUV 138 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 208 87 217 0.04 0.60 0 0.15 295.85 0.63 0.6
Hex D0 57 D9 4 3C 0 F 128 3F 3C
Octal 320 127 331 4 74 0 17 450 77 74
Binary 11010000 1010111 11011001 100 111100 0 1111 100101000 111111 111100

Color Harmonies of #D057D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057D9

Black with #D057D9

Text Example


Text Example

White with #D057D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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