Html Css Color HEX #D95EC3 Free Speech Magenta

📋 copy color: '#D95EC3'

red 217 ◦ green 94 ◦ blue 195

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

Shades of Free Speech Magenta #D95EC3

Tints of Free Speech Magenta #D95EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 42.89%
G = 18.58%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D95EC3 (or 0xD95EC3) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C3. RGB value is (217,94,195). Sum of RGB (Red+Green+Blue) = 217+94+195=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC3 is #26A13C. Grayscale: #8E8E8E. Windows color (decimal): -2531645 or 12803801. OLE color: 12803801.

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

Color convert

RGB 217 94 195 -
CMYK 0 0.57 0.10 0.15
HSL 310.73º 0.62% 0.61% -
HSV(B) 310.73º 0.57% 0.85% -
XYZ 42.47 26.7 54.54 -
YUV 142.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 217 94 195 0 0.57 0.10 0.15 310.73 0.62 0.61
Hex D9 5E C3 0 39 A F 137 3E 3D
Octal 331 136 303 0 71 12 17 467 76 75
Binary 11011001 1011110 11000011 0 111001 1010 1111 100110111 111110 111101

Color Harmonies of #D95EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC3

Black with #D95EC3

Text Example


Text Example

White with #D95EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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