Html Css Color HEX #D76680 Deep Blush

📋 copy color: '#D76680'

red 215 ◦ green 102 ◦ blue 128

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

Shades of Deep Blush #D76680

Tints of Deep Blush #D76680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.92%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 48.31%
G = 22.92%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D76680 (or 0xD76680) is known color: Deep Blush. HEX triplet: D7, 66 and 80. RGB value is (215,102,128). Sum of RGB (Red+Green+Blue) = 215+102+128=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D76680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76680 is #28997F. Grayscale: #8A8A8A. Windows color (decimal): -2660736 or 8414935. OLE color: 8414935.

HSL color Cylindrical-coordinate representation of color #D76680: hue angle of 346.19º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76680 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 128 -
CMYK 0 0.53 0.40 0.16
HSL 346.19º 0.59% 0.62% -
HSV(B) 346.19º 0.53% 0.84% -
XYZ 36.67 25.51 23.41 -
YUV 138.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 215 102 128 0 0.53 0.40 0.16 346.19 0.59 0.62
Hex D7 66 80 0 35 28 10 15A 3B 3E
Octal 327 146 200 0 65 50 20 532 73 76
Binary 11010111 1100110 10000000 0 110101 101000 10000 101011010 111011 111110

Color Harmonies of #D76680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76680

Black with #D76680

Text Example


Text Example

White with #D76680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76680; }

 p { color: rgb(215,102,128); }

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

background-color css

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

 a { background-color: rgb(215,102,128); }

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

border-color css

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

 span { border-color: rgb(215,102,128); }

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