Html Css Color HEX #D95ECF Free Speech Magenta

📋 copy color: '#D95ECF'

red 217 ◦ green 94 ◦ blue 207

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

Shades of Free Speech Magenta #D95ECF

Tints of Free Speech Magenta #D95ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 41.89%
G = 18.15%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D95ECF (or 0xD95ECF) is known color: Free Speech Magenta. HEX triplet: D9, 5E and CF. RGB value is (217,94,207). Sum of RGB (Red+Green+Blue) = 217+94+207=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 94 (37.11% from 255 or 18.15% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ECF is #26A130. Grayscale: #8F8F8F. Windows color (decimal): -2531633 or 13590233. OLE color: 13590233.

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

Color convert

RGB 217 94 207 -
CMYK 0 0.57 0.05 0.15
HSL 304.88º 0.62% 0.61% -
HSV(B) 304.88º 0.57% 0.85% -
XYZ 43.88 27.26 61.98 -
YUV 143.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 217 94 207 0 0.57 0.05 0.15 304.88 0.62 0.61
Hex D9 5E CF 0 39 5 F 131 3E 3D
Octal 331 136 317 0 71 5 17 461 76 75
Binary 11011001 1011110 11001111 0 111001 101 1111 100110001 111110 111101

Color Harmonies of #D95ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ECF

Black with #D95ECF

Text Example


Text Example

White with #D95ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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