Html Css Color HEX #D96E8A Deep Blush

📋 copy color: '#D96E8A'

red 217 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #D96E8A

Tints of Deep Blush #D96E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.66%

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

R = 46.67%
G = 23.66%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D96E8A (or 0xD96E8A) is known color: Deep Blush. HEX triplet: D9, 6E and 8A. RGB value is (217,110,138). Sum of RGB (Red+Green+Blue) = 217+110+138=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96E8A is #269175. Grayscale: #919191. Windows color (decimal): -2527606 or 9072345. OLE color: 9072345.

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

Color convert

RGB 217 110 138 -
CMYK 0 0.49 0.36 0.15
HSL 344.3º 0.58% 0.64% -
HSV(B) 344.3º 0.49% 0.85% -
XYZ 38.78 27.74 27.35 -
YUV 145.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 217 110 138 0 0.49 0.36 0.15 344.3 0.58 0.64
Hex D9 6E 8A 0 31 24 F 158 3A 40
Octal 331 156 212 0 61 44 17 530 72 100
Binary 11011001 1101110 10001010 0 110001 100100 1111 101011000 111010 1000000

Color Harmonies of #D96E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E8A

Black with #D96E8A

Text Example


Text Example

White with #D96E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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