Html Css Color HEX #D95ED1 Free Speech Magenta

📋 copy color: '#D95ED1'

red 217 ◦ green 94 ◦ blue 209

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

Shades of Free Speech Magenta #D95ED1

Tints of Free Speech Magenta #D95ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.19%

R = 41.73%
G = 18.08%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D95ED1 (or 0xD95ED1) is known color: Free Speech Magenta. HEX triplet: D9, 5E and D1. RGB value is (217,94,209). Sum of RGB (Red+Green+Blue) = 217+94+209=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 94 (37.11% from 255 or 18.08% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ED1 is #26A12E. Grayscale: #8F8F8F. Windows color (decimal): -2531631 or 13721305. OLE color: 13721305.

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

Color convert

RGB 217 94 209 -
CMYK 0 0.57 0.04 0.15
HSL 303.9º 0.62% 0.61% -
HSV(B) 303.9º 0.57% 0.85% -
XYZ 44.13 27.36 63.28 -
YUV 143.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 217 94 209 0 0.57 0.04 0.15 303.9 0.62 0.61
Hex D9 5E D1 0 39 4 F 130 3E 3D
Octal 331 136 321 0 71 4 17 460 76 75
Binary 11011001 1011110 11010001 0 111001 100 1111 100110000 111110 111101

Color Harmonies of #D95ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ED1

Black with #D95ED1

Text Example


Text Example

White with #D95ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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