Html Css Color HEX #D857D5 Free Speech Magenta

📋 copy color: '#D857D5'

red 216 ◦ green 87 ◦ blue 213

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

Shades of Free Speech Magenta #D857D5

Tints of Free Speech Magenta #D857D5

RGB

 RED value IS 216 (84.77% from 255) = 41.86%

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 41.86%
G = 16.86%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D857D5 (or 0xD857D5) is known color: Free Speech Magenta. HEX triplet: D8, 57 and D5. RGB value is (216,87,213). Sum of RGB (Red+Green+Blue) = 216+87+213=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D857D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857D5 is #27A82A. Grayscale: #8B8B8B. Windows color (decimal): -2598955 or 13981656. OLE color: 13981656.

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

Color convert

RGB 216 87 213 -
CMYK 0 0.60 0.01 0.15
HSL 301.4º 0.62% 0.59% -
HSV(B) 301.4º 0.6% 0.85% -
XYZ 43.74 26.22 65.71 -
YUV 139.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 216 87 213 0 0.60 0.01 0.15 301.4 0.62 0.59
Hex D8 57 D5 0 3C 1 F 12D 3E 3B
Octal 330 127 325 0 74 1 17 455 76 73
Binary 11011000 1010111 11010101 0 111100 1 1111 100101101 111110 111011

Color Harmonies of #D857D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D857D5

Black with #D857D5

Text Example


Text Example

White with #D857D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D857D5; }

 p { color: rgb(216,87,213); }

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

background-color css

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

 a { background-color: rgb(216,87,213); }

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

border-color css

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

 span { border-color: rgb(216,87,213); }

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