Html Css Color HEX #D76584 Deep Blush

📋 copy color: '#D76584'

red 215 ◦ green 101 ◦ blue 132

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

Shades of Deep Blush #D76584

Tints of Deep Blush #D76584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 47.99%
G = 22.54%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D76584 (or 0xD76584) is known color: Deep Blush. HEX triplet: D7, 65 and 84. RGB value is (215,101,132). Sum of RGB (Red+Green+Blue) = 215+101+132=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D76584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76584 is #289A7B. Grayscale: #8A8A8A. Windows color (decimal): -2660988 or 8676823. OLE color: 8676823.

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

Color convert

RGB 215 101 132 -
CMYK 0 0.53 0.39 0.16
HSL 343.68º 0.59% 0.62% -
HSV(B) 343.68º 0.53% 0.84% -
XYZ 36.84 25.42 24.79 -
YUV 138.62 124.27 182.48 -
System Red Green Blue C M Y K H S L
Decimal 215 101 132 0 0.53 0.39 0.16 343.68 0.59 0.62
Hex D7 65 84 0 35 27 10 158 3B 3E
Octal 327 145 204 0 65 47 20 530 73 76
Binary 11010111 1100101 10000100 0 110101 100111 10000 101011000 111011 111110

Color Harmonies of #D76584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76584

Black with #D76584

Text Example


Text Example

White with #D76584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76584; }

 p { color: rgb(215,101,132); }

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

background-color css

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

 a { background-color: rgb(215,101,132); }

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

border-color css

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

 span { border-color: rgb(215,101,132); }

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