Html Css Color HEX #D95F90 Pale Violet Red

📋 copy color: '#D95F90'

red 217 ◦ green 95 ◦ blue 144

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

Shades of Pale Violet Red #D95F90

Tints of Pale Violet Red #D95F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 47.59%
G = 20.83%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D95F90 (or 0xD95F90) is known color: Pale Violet Red. HEX triplet: D9, 5F and 90. RGB value is (217,95,144). Sum of RGB (Red+Green+Blue) = 217+95+144=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F90 is #26A06F. Grayscale: #888888. Windows color (decimal): -2531440 or 9461721. OLE color: 9461721.

HSL color Cylindrical-coordinate representation of color #D95F90: hue angle of 335.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D95F90 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 95 144 -
CMYK 0 0.56 0.34 0.15
HSL 335.9º 0.62% 0.61% -
HSV(B) 335.9º 0.56% 0.85% -
XYZ 37.74 24.95 29.21 -
YUV 137.06 131.92 185.02 -
System Red Green Blue C M Y K H S L
Decimal 217 95 144 0 0.56 0.34 0.15 335.9 0.62 0.61
Hex D9 5F 90 0 38 22 F 150 3E 3D
Octal 331 137 220 0 70 42 17 520 76 75
Binary 11011001 1011111 10010000 0 111000 100010 1111 101010000 111110 111101

Color Harmonies of #D95F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95F90

Black with #D95F90

Text Example


Text Example

White with #D95F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95F90; }

 p { color: rgb(217,95,144); }

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

background-color css

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

 a { background-color: rgb(217,95,144); }

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

border-color css

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

 span { border-color: rgb(217,95,144); }

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