Html Css Color HEX #D95EC5 Free Speech Magenta

📋 copy color: '#D95EC5'

red 217 ◦ green 94 ◦ blue 197

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

Shades of Free Speech Magenta #D95EC5

Tints of Free Speech Magenta #D95EC5

RGB

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

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

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

R = 42.72%
G = 18.5%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D95EC5 (or 0xD95EC5) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C5. RGB value is (217,94,197). Sum of RGB (Red+Green+Blue) = 217+94+197=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 94 (37.11% from 255 or 18.50% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC5 is #26A13A. Grayscale: #8E8E8E. Windows color (decimal): -2531643 or 12934873. OLE color: 12934873.

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

Color convert

RGB 217 94 197 -
CMYK 0 0.57 0.09 0.15
HSL 309.76º 0.62% 0.61% -
HSV(B) 309.76º 0.57% 0.85% -
XYZ 42.7 26.79 55.74 -
YUV 142.52 158.75 181.12 -
System Red Green Blue C M Y K H S L
Decimal 217 94 197 0 0.57 0.09 0.15 309.76 0.62 0.61
Hex D9 5E C5 0 39 9 F 136 3E 3D
Octal 331 136 305 0 71 11 17 466 76 75
Binary 11011001 1011110 11000101 0 111001 1001 1111 100110110 111110 111101

Color Harmonies of #D95EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC5

Black with #D95EC5

Text Example


Text Example

White with #D95EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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