Html Css Color HEX #D9608A Pale Violet Red

📋 copy color: '#D9608A'

red 217 ◦ green 96 ◦ blue 138

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

Shades of Pale Violet Red #D9608A

Tints of Pale Violet Red #D9608A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 48.12%
G = 21.29%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9608A (or 0xD9608A) is known color: Pale Violet Red. HEX triplet: D9, 60 and 8A. RGB value is (217,96,138). Sum of RGB (Red+Green+Blue) = 217+96+138=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9608A is #269F75. Grayscale: #888888. Windows color (decimal): -2531190 or 9068761. OLE color: 9068761.

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

Color convert

RGB 217 96 138 -
CMYK 0 0.56 0.36 0.15
HSL 339.17º 0.61% 0.61% -
HSV(B) 339.17º 0.56% 0.85% -
XYZ 37.39 24.95 26.89 -
YUV 136.97 128.59 185.08 -
System Red Green Blue C M Y K H S L
Decimal 217 96 138 0 0.56 0.36 0.15 339.17 0.61 0.61
Hex D9 60 8A 0 38 24 F 153 3D 3D
Octal 331 140 212 0 70 44 17 523 75 75
Binary 11011001 1100000 10001010 0 111000 100100 1111 101010011 111101 111101

Color Harmonies of #D9608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9608A

Black with #D9608A

Text Example


Text Example

White with #D9608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9608A; }

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

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

background-color css

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

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

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

border-color css

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

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

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