Html Css Color HEX #D95E8D Pale Violet Red

📋 copy color: '#D95E8D'

red 217 ◦ green 94 ◦ blue 141

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

Shades of Pale Violet Red #D95E8D

Tints of Pale Violet Red #D95E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 48.01%
G = 20.8%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D95E8D (or 0xD95E8D) is known color: Pale Violet Red. HEX triplet: D9, 5E and 8D. RGB value is (217,94,141). Sum of RGB (Red+Green+Blue) = 217+94+141=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E8D is #26A172. Grayscale: #888888. Windows color (decimal): -2531699 or 9264857. OLE color: 9264857.

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

Color convert

RGB 217 94 141 -
CMYK 0 0.57 0.35 0.15
HSL 337.07º 0.62% 0.61% -
HSV(B) 337.07º 0.57% 0.85% -
XYZ 37.43 24.68 27.99 -
YUV 136.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 217 94 141 0 0.57 0.35 0.15 337.07 0.62 0.61
Hex D9 5E 8D 0 39 23 F 151 3E 3D
Octal 331 136 215 0 71 43 17 521 76 75
Binary 11011001 1011110 10001101 0 111001 100011 1111 101010001 111110 111101

Color Harmonies of #D95E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95E8D

Black with #D95E8D

Text Example


Text Example

White with #D95E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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