Html Css Color HEX #D76882 Deep Blush

📋 copy color: '#D76882'

red 215 ◦ green 104 ◦ blue 130

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

Shades of Deep Blush #D76882

Tints of Deep Blush #D76882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 47.88%
G = 23.16%
B = 28.95%

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

#D76882 (or 0xD76882) is known color: Deep Blush. HEX triplet: D7, 68 and 82. RGB value is (215,104,130). Sum of RGB (Red+Green+Blue) = 215+104+130=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D76882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76882 is #28977D. Grayscale: #8C8C8C. Windows color (decimal): -2660222 or 8546519. OLE color: 8546519.

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

Color convert

RGB 215 104 130 -
CMYK 0 0.52 0.40 0.16
HSL 345.95º 0.58% 0.63% -
HSV(B) 345.95º 0.52% 0.84% -
XYZ 37 25.96 24.18 -
YUV 140.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 215 104 130 0 0.52 0.40 0.16 345.95 0.58 0.63
Hex D7 68 82 0 34 28 10 15A 3A 3F
Octal 327 150 202 0 64 50 20 532 72 77
Binary 11010111 1101000 10000010 0 110100 101000 10000 101011010 111010 111111

Color Harmonies of #D76882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76882

Black with #D76882

Text Example


Text Example

White with #D76882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76882; }

 p { color: rgb(215,104,130); }

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

background-color css

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

 a { background-color: rgb(215,104,130); }

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

border-color css

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

 span { border-color: rgb(215,104,130); }

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