Html Css Color HEX #D96B7E Deep Blush

📋 copy color: '#D96B7E'

red 217 ◦ green 107 ◦ blue 126

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

Shades of Deep Blush #D96B7E

Tints of Deep Blush #D96B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

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

R = 48.22%
G = 23.78%
B = 28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D96B7E (or 0xD96B7E) is known color: Deep Blush. HEX triplet: D9, 6B and 7E. RGB value is (217,107,126). Sum of RGB (Red+Green+Blue) = 217+107+126=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B7E is #269481. Grayscale: #8E8E8E. Windows color (decimal): -2528386 or 8285145. OLE color: 8285145.

HSL color Cylindrical-coordinate representation of color #D96B7E: hue angle of 349.64º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96B7E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 126 -
CMYK 0 0.51 0.42 0.15
HSL 349.64º 0.59% 0.64% -
HSV(B) 349.64º 0.51% 0.85% -
XYZ 37.64 26.77 22.92 -
YUV 142.06 118.94 181.46 -
System Red Green Blue C M Y K H S L
Decimal 217 107 126 0 0.51 0.42 0.15 349.64 0.59 0.64
Hex D9 6B 7E 0 33 2A F 15E 3B 40
Octal 331 153 176 0 63 52 17 536 73 100
Binary 11011001 1101011 1111110 0 110011 101010 1111 101011110 111011 1000000

Color Harmonies of #D96B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B7E

Black with #D96B7E

Text Example


Text Example

White with #D96B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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