Html Css Color HEX #D76780 Deep Blush

📋 copy color: '#D76780'

red 215 ◦ green 103 ◦ blue 128

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

Shades of Deep Blush #D76780

Tints of Deep Blush #D76780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.09%

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

R = 48.21%
G = 23.09%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D76780 (or 0xD76780) is known color: Deep Blush. HEX triplet: D7, 67 and 80. RGB value is (215,103,128). Sum of RGB (Red+Green+Blue) = 215+103+128=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D76780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76780 is #28987F. Grayscale: #8B8B8B. Windows color (decimal): -2660480 or 8415191. OLE color: 8415191.

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

Color convert

RGB 215 103 128 -
CMYK 0 0.52 0.40 0.16
HSL 346.61º 0.58% 0.62% -
HSV(B) 346.61º 0.52% 0.84% -
XYZ 36.77 25.71 23.45 -
YUV 139.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 215 103 128 0 0.52 0.40 0.16 346.61 0.58 0.62
Hex D7 67 80 0 34 28 10 15B 3A 3E
Octal 327 147 200 0 64 50 20 533 72 76
Binary 11010111 1100111 10000000 0 110100 101000 10000 101011011 111010 111110

Color Harmonies of #D76780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76780

Black with #D76780

Text Example


Text Example

White with #D76780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76780; }

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

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

background-color css

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

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

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

border-color css

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

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

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