Html Css Color HEX #D95EDB Free Speech Magenta

📋 copy color: '#D95EDB'

red 217 ◦ green 94 ◦ blue 219

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

Shades of Free Speech Magenta #D95EDB

Tints of Free Speech Magenta #D95EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 40.94%
G = 17.74%
B = 41.32%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D95EDB (or 0xD95EDB) is known color: Free Speech Magenta. HEX triplet: D9, 5E and DB. RGB value is (217,94,219). Sum of RGB (Red+Green+Blue) = 217+94+219=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D95EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EDB is #26A124. Grayscale: #909090. Windows color (decimal): -2531621 or 14376665. OLE color: 14376665.

HSL color Cylindrical-coordinate representation of color #D95EDB: hue angle of 299.04º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95EDB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 94 219 -
CMYK 0.01 0.57 0 0.14
HSL 299.04º 0.63% 0.61% -
HSV(B) 299.04º 0.57% 0.86% -
XYZ 45.4 27.87 70 -
YUV 145.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 217 94 219 0.01 0.57 0 0.14 299.04 0.63 0.61
Hex D9 5E DB 1 39 0 E 12B 3F 3D
Octal 331 136 333 1 71 0 16 453 77 75
Binary 11011001 1011110 11011011 1 111001 0 1110 100101011 111111 111101

Color Harmonies of #D95EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EDB

Black with #D95EDB

Text Example


Text Example

White with #D95EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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