Html Css Color HEX #D857C5 Free Speech Magenta

📋 copy color: '#D857C5'

red 216 ◦ green 87 ◦ blue 197

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

Shades of Free Speech Magenta #D857C5

Tints of Free Speech Magenta #D857C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 43.2%
G = 17.4%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D857C5 (or 0xD857C5) is known color: Free Speech Magenta. HEX triplet: D8, 57 and C5. RGB value is (216,87,197). Sum of RGB (Red+Green+Blue) = 216+87+197=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D857C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D857C5 is #27A83A. Grayscale: #898989. Windows color (decimal): -2598971 or 12933080. OLE color: 12933080.

HSL color Cylindrical-coordinate representation of color #D857C5: hue angle of 308.84º 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 #D857C5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 87 197 -
CMYK 0 0.60 0.09 0.15
HSL 308.84º 0.62% 0.59% -
HSV(B) 308.84º 0.6% 0.85% -
XYZ 41.81 25.45 55.53 -
YUV 138.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 216 87 197 0 0.60 0.09 0.15 308.84 0.62 0.59
Hex D8 57 C5 0 3C 9 F 135 3E 3B
Octal 330 127 305 0 74 11 17 465 76 73
Binary 11011000 1010111 11000101 0 111100 1001 1111 100110101 111110 111011

Color Harmonies of #D857C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D857C5

Black with #D857C5

Text Example


Text Example

White with #D857C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D857C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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