Html Css Color HEX #D95ED3 Free Speech Magenta

📋 copy color: '#D95ED3'

red 217 ◦ green 94 ◦ blue 211

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

Shades of Free Speech Magenta #D95ED3

Tints of Free Speech Magenta #D95ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.42%

R = 41.57%
G = 18.01%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D95ED3 (or 0xD95ED3) is known color: Free Speech Magenta. HEX triplet: D9, 5E and D3. RGB value is (217,94,211). Sum of RGB (Red+Green+Blue) = 217+94+211=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ED3 is #26A12C. Grayscale: #8F8F8F. Windows color (decimal): -2531629 or 13852377. OLE color: 13852377.

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

Color convert

RGB 217 94 211 -
CMYK 0 0.57 0.03 0.15
HSL 302.93º 0.62% 0.61% -
HSV(B) 302.93º 0.57% 0.85% -
XYZ 44.38 27.46 64.59 -
YUV 144.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 217 94 211 0 0.57 0.03 0.15 302.93 0.62 0.61
Hex D9 5E D3 0 39 3 F 12F 3E 3D
Octal 331 136 323 0 71 3 17 457 76 75
Binary 11011001 1011110 11010011 0 111001 11 1111 100101111 111110 111101

Color Harmonies of #D95ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ED3

Black with #D95ED3

Text Example


Text Example

White with #D95ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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