Html Css Color HEX #D95EC9 Free Speech Magenta

📋 copy color: '#D95EC9'

red 217 ◦ green 94 ◦ blue 201

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

Shades of Free Speech Magenta #D95EC9

Tints of Free Speech Magenta #D95EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 42.38%
G = 18.36%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D95EC9 (or 0xD95EC9) is known color: Free Speech Magenta. HEX triplet: D9, 5E and C9. RGB value is (217,94,201). Sum of RGB (Red+Green+Blue) = 217+94+201=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EC9 is #26A136. Grayscale: #8E8E8E. Windows color (decimal): -2531639 or 13197017. OLE color: 13197017.

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

Color convert

RGB 217 94 201 -
CMYK 0 0.57 0.07 0.15
HSL 307.8º 0.62% 0.61% -
HSV(B) 307.8º 0.57% 0.85% -
XYZ 43.16 26.97 58.19 -
YUV 142.98 160.75 180.8 -
System Red Green Blue C M Y K H S L
Decimal 217 94 201 0 0.57 0.07 0.15 307.8 0.62 0.61
Hex D9 5E C9 0 39 7 F 134 3E 3D
Octal 331 136 311 0 71 7 17 464 76 75
Binary 11011001 1011110 11001001 0 111001 111 1111 100110100 111110 111101

Color Harmonies of #D95EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EC9

Black with #D95EC9

Text Example


Text Example

White with #D95EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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