Html Css Color HEX #D95EC8 Free Speech Magenta

📋 copy color: '#D95EC8'

red 217 ◦ green 94 ◦ blue 200

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

Shades of Free Speech Magenta #D95EC8

Tints of Free Speech Magenta #D95EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 42.47%
G = 18.4%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D95EC8 (or 0xD95EC8) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C8. RGB value is (217,94,200). Sum of RGB (Red+Green+Blue) = 217+94+200=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC8 is #26A137. Grayscale: #8E8E8E. Windows color (decimal): -2531640 or 13131481. OLE color: 13131481.

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

Color convert

RGB 217 94 200 -
CMYK 0 0.57 0.08 0.15
HSL 308.29º 0.62% 0.61% -
HSV(B) 308.29º 0.57% 0.85% -
XYZ 43.04 26.93 57.57 -
YUV 142.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 217 94 200 0 0.57 0.08 0.15 308.29 0.62 0.61
Hex D9 5E C8 0 39 8 F 134 3E 3D
Octal 331 136 310 0 71 10 17 464 76 75
Binary 11011001 1011110 11001000 0 111001 1000 1111 100110100 111110 111101

Color Harmonies of #D95EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC8

Black with #D95EC8

Text Example


Text Example

White with #D95EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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