Html Css Color HEX #D9697E Deep Blush

📋 copy color: '#D9697E'

red 217 ◦ green 105 ◦ blue 126

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

Shades of Deep Blush #D9697E

Tints of Deep Blush #D9697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 48.44%
G = 23.44%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9697E (or 0xD9697E) is known color: Deep Blush. HEX triplet: D9, 69 and 7E. RGB value is (217,105,126). Sum of RGB (Red+Green+Blue) = 217+105+126=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9697E is #269681. Grayscale: #8C8C8C. Windows color (decimal): -2528898 or 8284633. OLE color: 8284633.

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

Color convert

RGB 217 105 126 -
CMYK 0 0.52 0.42 0.15
HSL 348.75º 0.6% 0.63% -
HSV(B) 348.75º 0.52% 0.85% -
XYZ 37.43 26.36 22.85 -
YUV 140.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 217 105 126 0 0.52 0.42 0.15 348.75 0.6 0.63
Hex D9 69 7E 0 34 2A F 15D 3C 3F
Octal 331 151 176 0 64 52 17 535 74 77
Binary 11011001 1101001 1111110 0 110100 101010 1111 101011101 111100 111111

Color Harmonies of #D9697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9697E

Black with #D9697E

Text Example


Text Example

White with #D9697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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