Html Css Color HEX #D7677D Deep Blush

📋 copy color: '#D7677D'

red 215 ◦ green 103 ◦ blue 125

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

Shades of Deep Blush #D7677D

Tints of Deep Blush #D7677D

RGB

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

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

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

R = 48.53%
G = 23.25%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7677D (or 0xD7677D) is known color: Deep Blush. HEX triplet: D7, 67 and 7D. RGB value is (215,103,125). Sum of RGB (Red+Green+Blue) = 215+103+125=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 215 - color contains mainly: red. Hex color #D7677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7677D is #289882. Grayscale: #8B8B8B. Windows color (decimal): -2660483 or 8218583. OLE color: 8218583.

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

Color convert

RGB 215 103 125 -
CMYK 0 0.52 0.42 0.16
HSL 348.21º 0.58% 0.62% -
HSV(B) 348.21º 0.52% 0.84% -
XYZ 36.58 25.63 22.42 -
YUV 139 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 215 103 125 0 0.52 0.42 0.16 348.21 0.58 0.62
Hex D7 67 7D 0 34 2A 10 15C 3A 3E
Octal 327 147 175 0 64 52 20 534 72 76
Binary 11010111 1100111 1111101 0 110100 101010 10000 101011100 111010 111110

Color Harmonies of #D7677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7677D

Black with #D7677D

Text Example


Text Example

White with #D7677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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