Html Css Color HEX #D76B7E Deep Blush

📋 copy color: '#D76B7E'

red 215 ◦ green 107 ◦ blue 126

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

Shades of Deep Blush #D76B7E

Tints of Deep Blush #D76B7E

RGB

 RED value IS 215 (84.38% from 255) = 47.99%

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

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

R = 47.99%
G = 23.88%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D76B7E (or 0xD76B7E) is known color: Deep Blush. HEX triplet: D7, 6B and 7E. RGB value is (215,107,126). Sum of RGB (Red+Green+Blue) = 215+107+126=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B7E is #289481. Grayscale: #8D8D8D. Windows color (decimal): -2659458 or 8285143. OLE color: 8285143.

HSL color Cylindrical-coordinate representation of color #D76B7E: hue angle of 349.44º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B7E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 126 -
CMYK 0 0.50 0.41 0.16
HSL 349.44º 0.57% 0.63% -
HSV(B) 349.44º 0.5% 0.84% -
XYZ 37.05 26.47 22.9 -
YUV 141.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 215 107 126 0 0.50 0.41 0.16 349.44 0.57 0.63
Hex D7 6B 7E 0 32 29 10 15D 39 3F
Octal 327 153 176 0 62 51 20 535 71 77
Binary 11010111 1101011 1111110 0 110010 101001 10000 101011101 111001 111111

Color Harmonies of #D76B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B7E

Black with #D76B7E

Text Example


Text Example

White with #D76B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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