Html Css Color HEX #D9699C Pale Violet Red

📋 copy color: '#D9699C'

red 217 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #D9699C

Tints of Pale Violet Red #D9699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 45.4%
G = 21.97%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9699C (or 0xD9699C) is known color: Pale Violet Red. HEX triplet: D9, 69 and 9C. RGB value is (217,105,156). Sum of RGB (Red+Green+Blue) = 217+105+156=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9699C is #269663. Grayscale: #909090. Windows color (decimal): -2528868 or 10250713. OLE color: 10250713.

HSL color Cylindrical-coordinate representation of color #D9699C: hue angle of 332.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9699C is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 105 156 -
CMYK 0 0.52 0.28 0.15
HSL 332.68º 0.6% 0.63% -
HSV(B) 332.68º 0.52% 0.85% -
XYZ 39.67 27.26 34.62 -
YUV 144.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 217 105 156 0 0.52 0.28 0.15 332.68 0.6 0.63
Hex D9 69 9C 0 34 1C F 14D 3C 3F
Octal 331 151 234 0 64 34 17 515 74 77
Binary 11011001 1101001 10011100 0 110100 11100 1111 101001101 111100 111111

Color Harmonies of #D9699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9699C

Black with #D9699C

Text Example


Text Example

White with #D9699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9699C; }

 p { color: rgb(217,105,156); }

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

background-color css

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

 a { background-color: rgb(217,105,156); }

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

border-color css

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

 span { border-color: rgb(217,105,156); }

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