Html Css Color HEX #D76B7F Deep Blush

📋 copy color: '#D76B7F'

red 215 ◦ green 107 ◦ blue 127

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

Shades of Deep Blush #D76B7F

Tints of Deep Blush #D76B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.29%

R = 47.88%
G = 23.83%
B = 28.29%

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

#D76B7F (or 0xD76B7F) is known color: Deep Blush. HEX triplet: D7, 6B and 7F. RGB value is (215,107,127). Sum of RGB (Red+Green+Blue) = 215+107+127=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B7F is #289480. Grayscale: #8D8D8D. Windows color (decimal): -2659457 or 8350679. OLE color: 8350679.

HSL color Cylindrical-coordinate representation of color #D76B7F: hue angle of 348.89º 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 #D76B7F is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 127 -
CMYK 0 0.50 0.41 0.16
HSL 348.89º 0.57% 0.63% -
HSV(B) 348.89º 0.5% 0.84% -
XYZ 37.11 26.49 23.24 -
YUV 141.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 215 107 127 0 0.50 0.41 0.16 348.89 0.57 0.63
Hex D7 6B 7F 0 32 29 10 15D 39 3F
Octal 327 153 177 0 62 51 20 535 71 77
Binary 11010111 1101011 1111111 0 110010 101001 10000 101011101 111001 111111

Color Harmonies of #D76B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B7F

Black with #D76B7F

Text Example


Text Example

White with #D76B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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