Html Css Color HEX #D95ED2 Free Speech Magenta

📋 copy color: '#D95ED2'

red 217 ◦ green 94 ◦ blue 210

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

Shades of Free Speech Magenta #D95ED2

Tints of Free Speech Magenta #D95ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 41.65%
G = 18.04%
B = 40.31%

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

#D95ED2 (or 0xD95ED2) is known color: Free Speech Magenta. HEX triplet: D9, 5E and D2. RGB value is (217,94,210). Sum of RGB (Red+Green+Blue) = 217+94+210=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ED2 is #26A12D. Grayscale: #8F8F8F. Windows color (decimal): -2531630 or 13786841. OLE color: 13786841.

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

Color convert

RGB 217 94 210 -
CMYK 0 0.57 0.03 0.15
HSL 303.41º 0.62% 0.61% -
HSV(B) 303.41º 0.57% 0.85% -
XYZ 44.25 27.41 63.93 -
YUV 144 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 217 94 210 0 0.57 0.03 0.15 303.41 0.62 0.61
Hex D9 5E D2 0 39 3 F 12F 3E 3D
Octal 331 136 322 0 71 3 17 457 76 75
Binary 11011001 1011110 11010010 0 111001 11 1111 100101111 111110 111101

Color Harmonies of #D95ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ED2

Black with #D95ED2

Text Example


Text Example

White with #D95ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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