Html Css Color HEX #D95EDA Free Speech Magenta

📋 copy color: '#D95EDA'

red 217 ◦ green 94 ◦ blue 218

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

Shades of Free Speech Magenta #D95EDA

Tints of Free Speech Magenta #D95EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 41.02%
G = 17.77%
B = 41.21%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D95EDA (or 0xD95EDA) is known color: Free Speech Magenta. HEX triplet: D9, 5E and DA. RGB value is (217,94,218). Sum of RGB (Red+Green+Blue) = 217+94+218=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 94 (37.11% from 255 or 17.77% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #D95EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EDA is #26A125. Grayscale: #909090. Windows color (decimal): -2531622 or 14311129. OLE color: 14311129.

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

Color convert

RGB 217 94 218 -
CMYK 0.00 0.57 0 0.15
HSL 299.52º 0.63% 0.61% -
HSV(B) 299.52º 0.57% 0.85% -
XYZ 45.27 27.82 69.31 -
YUV 144.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 217 94 218 0.00 0.57 0 0.15 299.52 0.63 0.61
Hex D9 5E DA 0 39 0 F 12C 3F 3D
Octal 331 136 332 0 71 0 17 454 77 75
Binary 11011001 1011110 11011010 0 111001 0 1111 100101100 111111 111101

Color Harmonies of #D95EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EDA

Black with #D95EDA

Text Example


Text Example

White with #D95EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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