Html Css Color HEX #D9608D Pale Violet Red

📋 copy color: '#D9608D'

red 217 ◦ green 96 ◦ blue 141

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

Shades of Pale Violet Red #D9608D

Tints of Pale Violet Red #D9608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 47.8%
G = 21.15%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9608D (or 0xD9608D) is known color: Pale Violet Red. HEX triplet: D9, 60 and 8D. RGB value is (217,96,141). Sum of RGB (Red+Green+Blue) = 217+96+141=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9608D is #269F72. Grayscale: #898989. Windows color (decimal): -2531187 or 9265369. OLE color: 9265369.

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

Color convert

RGB 217 96 141 -
CMYK 0 0.56 0.35 0.15
HSL 337.69º 0.61% 0.61% -
HSV(B) 337.69º 0.56% 0.85% -
XYZ 37.61 25.04 28.05 -
YUV 137.31 130.09 184.84 -
System Red Green Blue C M Y K H S L
Decimal 217 96 141 0 0.56 0.35 0.15 337.69 0.61 0.61
Hex D9 60 8D 0 38 23 F 152 3D 3D
Octal 331 140 215 0 70 43 17 522 75 75
Binary 11011001 1100000 10001101 0 111000 100011 1111 101010010 111101 111101

Color Harmonies of #D9608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9608D

Black with #D9608D

Text Example


Text Example

White with #D9608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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