Html Css Color HEX #D95EDC Free Speech Magenta

📋 copy color: '#D95EDC'

red 217 ◦ green 94 ◦ blue 220

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

Shades of Free Speech Magenta #D95EDC

Tints of Free Speech Magenta #D95EDC

RGB

 RED value IS 217 (85.16% from 255) = 40.87%

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 40.87%
G = 17.7%
B = 41.43%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D95EDC (or 0xD95EDC) is known color: Free Speech Magenta. HEX triplet: D9, 5E and DC. RGB value is (217,94,220). Sum of RGB (Red+Green+Blue) = 217+94+220=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D95EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EDC is #26A123. Grayscale: #909090. Windows color (decimal): -2531620 or 14442201. OLE color: 14442201.

HSL color Cylindrical-coordinate representation of color #D95EDC: hue angle of 298.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95EDC is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 94 220 -
CMYK 0.01 0.57 0 0.14
HSL 298.57º 0.64% 0.62% -
HSV(B) 298.57º 0.57% 0.86% -
XYZ 45.54 27.92 70.7 -
YUV 145.14 170.25 179.25 -
System Red Green Blue C M Y K H S L
Decimal 217 94 220 0.01 0.57 0 0.14 298.57 0.64 0.62
Hex D9 5E DC 1 39 0 E 12B 40 3E
Octal 331 136 334 1 71 0 16 453 100 76
Binary 11011001 1011110 11011100 1 111001 0 1110 100101011 1000000 111110

Color Harmonies of #D95EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EDC

Black with #D95EDC

Text Example


Text Example

White with #D95EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EDC; }

 p { color: rgb(217,94,220); }

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

background-color css

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

 a { background-color: rgb(217,94,220); }

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

border-color css

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

 span { border-color: rgb(217,94,220); }

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