Html Css Color HEX #D95ED8 Free Speech Magenta

📋 copy color: '#D95ED8'

red 217 ◦ green 94 ◦ blue 216

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

Shades of Free Speech Magenta #D95ED8

Tints of Free Speech Magenta #D95ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 41.18%
G = 17.84%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D95ED8 (or 0xD95ED8) is known color: Free Speech Magenta. HEX triplet: D9, 5E and D8. RGB value is (217,94,216). Sum of RGB (Red+Green+Blue) = 217+94+216=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ED8 is #26A127. Grayscale: #909090. Windows color (decimal): -2531624 or 14180057. OLE color: 14180057.

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

Color convert

RGB 217 94 216 -
CMYK 0 0.57 0.00 0.15
HSL 300.49º 0.62% 0.61% -
HSV(B) 300.49º 0.57% 0.85% -
XYZ 45.01 27.71 67.94 -
YUV 144.69 168.25 179.58 -
System Red Green Blue C M Y K H S L
Decimal 217 94 216 0 0.57 0.00 0.15 300.49 0.62 0.61
Hex D9 5E D8 0 39 0 F 12C 3E 3D
Octal 331 136 330 0 71 0 17 454 76 75
Binary 11011001 1011110 11011000 0 111001 0 1111 100101100 111110 111101

Color Harmonies of #D95ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ED8

Black with #D95ED8

Text Example


Text Example

White with #D95ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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