Html Css Color HEX #D85EC7 Free Speech Magenta

📋 copy color: '#D85EC7'

red 216 ◦ green 94 ◦ blue 199

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

Shades of Free Speech Magenta #D85EC7

Tints of Free Speech Magenta #D85EC7

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.47%

 BLUE value IS 199 (78.13% from 255) = 39.1%

R = 42.44%
G = 18.47%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D85EC7 (or 0xD85EC7) is known color: Free Speech Magenta. HEX triplet: D8, 5E and C7. RGB value is (216,94,199). Sum of RGB (Red+Green+Blue) = 216+94+199=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D85EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85EC7 is #27A138. Grayscale: #8E8E8E. Windows color (decimal): -2597177 or 13065944. OLE color: 13065944.

HSL color Cylindrical-coordinate representation of color #D85EC7: hue angle of 308.36º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85EC7 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 94 199 -
CMYK 0 0.56 0.08 0.15
HSL 308.36º 0.61% 0.61% -
HSV(B) 308.36º 0.56% 0.85% -
XYZ 42.63 26.73 56.94 -
YUV 142.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 216 94 199 0 0.56 0.08 0.15 308.36 0.61 0.61
Hex D8 5E C7 0 38 8 F 134 3D 3D
Octal 330 136 307 0 70 10 17 464 75 75
Binary 11011000 1011110 11000111 0 111000 1000 1111 100110100 111101 111101

Color Harmonies of #D85EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85EC7

Black with #D85EC7

Text Example


Text Example

White with #D85EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85EC7; }

 p { color: rgb(216,94,199); }

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

background-color css

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

 a { background-color: rgb(216,94,199); }

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

border-color css

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

 span { border-color: rgb(216,94,199); }

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