Html Css Color HEX #D8687D Deep Blush

📋 copy color: '#D8687D'

red 216 ◦ green 104 ◦ blue 125

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

Shades of Deep Blush #D8687D

Tints of Deep Blush #D8687D

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 48.54%
G = 23.37%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8687D (or 0xD8687D) is known color: Deep Blush. HEX triplet: D8, 68 and 7D. RGB value is (216,104,125). Sum of RGB (Red+Green+Blue) = 216+104+125=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8687D is #279782. Grayscale: #8B8B8B. Windows color (decimal): -2594691 or 8218840. OLE color: 8218840.

HSL color Cylindrical-coordinate representation of color #D8687D: hue angle of 348.75º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D8687D is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 125 -
CMYK 0 0.52 0.42 0.15
HSL 348.75º 0.59% 0.63% -
HSV(B) 348.75º 0.52% 0.85% -
XYZ 36.97 25.98 22.47 -
YUV 139.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 216 104 125 0 0.52 0.42 0.15 348.75 0.59 0.63
Hex D8 68 7D 0 34 2A F 15D 3B 3F
Octal 330 150 175 0 64 52 17 535 73 77
Binary 11011000 1101000 1111101 0 110100 101010 1111 101011101 111011 111111

Color Harmonies of #D8687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8687D

Black with #D8687D

Text Example


Text Example

White with #D8687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8687D; }

 p { color: rgb(216,104,125); }

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

background-color css

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

 a { background-color: rgb(216,104,125); }

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

border-color css

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

 span { border-color: rgb(216,104,125); }

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