Html Css Color HEX #D95EBF Free Speech Magenta

📋 copy color: '#D95EBF'

red 217 ◦ green 94 ◦ blue 191

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

Shades of Free Speech Magenta #D95EBF

Tints of Free Speech Magenta #D95EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.05%

R = 43.23%
G = 18.73%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D95EBF (or 0xD95EBF) is known color: Free Speech Magenta. HEX triplet: D9, 5E and BF. RGB value is (217,94,191). Sum of RGB (Red+Green+Blue) = 217+94+191=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95EBF is #26A140. Grayscale: #8D8D8D. Windows color (decimal): -2531649 or 12541657. OLE color: 12541657.

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

Color convert

RGB 217 94 191 -
CMYK 0 0.57 0.12 0.15
HSL 312.68º 0.62% 0.61% -
HSV(B) 312.68º 0.57% 0.85% -
XYZ 42.02 26.52 52.19 -
YUV 141.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 217 94 191 0 0.57 0.12 0.15 312.68 0.62 0.61
Hex D9 5E BF 0 39 C F 139 3E 3D
Octal 331 136 277 0 71 14 17 471 76 75
Binary 11011001 1011110 10111111 0 111001 1100 1111 100111001 111110 111101

Color Harmonies of #D95EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EBF

Black with #D95EBF

Text Example


Text Example

White with #D95EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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