Html Css Color HEX #D76186 Deep Blush

📋 copy color: '#D76186'

red 215 ◦ green 97 ◦ blue 134

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

Shades of Deep Blush #D76186

Tints of Deep Blush #D76186

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 134 (52.73% from 255) = 30.04%

R = 48.21%
G = 21.75%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D76186 (or 0xD76186) is known color: Deep Blush. HEX triplet: D7, 61 and 86. RGB value is (215,97,134). Sum of RGB (Red+Green+Blue) = 215+97+134=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D76186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76186 is #289E79. Grayscale: #888888. Windows color (decimal): -2662010 or 8806871. OLE color: 8806871.

HSL color Cylindrical-coordinate representation of color #D76186: hue angle of 341.19º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76186 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 134 -
CMYK 0 0.55 0.38 0.16
HSL 341.19º 0.6% 0.61% -
HSV(B) 341.19º 0.55% 0.84% -
XYZ 36.6 24.72 25.4 -
YUV 136.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 215 97 134 0 0.55 0.38 0.16 341.19 0.6 0.61
Hex D7 61 86 0 37 26 10 155 3C 3D
Octal 327 141 206 0 67 46 20 525 74 75
Binary 11010111 1100001 10000110 0 110111 100110 10000 101010101 111100 111101

Color Harmonies of #D76186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76186

Black with #D76186

Text Example


Text Example

White with #D76186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76186; }

 p { color: rgb(215,97,134); }

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

background-color css

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

 a { background-color: rgb(215,97,134); }

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

border-color css

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

 span { border-color: rgb(215,97,134); }

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