Html Css Color HEX #DA677D Deep Blush

📋 copy color: '#DA677D'

red 218 ◦ green 103 ◦ blue 125

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

Shades of Deep Blush #DA677D

Tints of Deep Blush #DA677D

RGB

 RED value IS 218 (85.55% from 255) = 48.88%

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

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

R = 48.88%
G = 23.09%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA677D (or 0xDA677D) is known color: Deep Blush. HEX triplet: DA, 67 and 7D. RGB value is (218,103,125). Sum of RGB (Red+Green+Blue) = 218+103+125=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA677D is #259882. Grayscale: #8B8B8B. Windows color (decimal): -2463875 or 8218586. OLE color: 8218586.

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

Color convert

RGB 218 103 125 -
CMYK 0 0.53 0.43 0.15
HSL 348.52º 0.61% 0.63% -
HSV(B) 348.52º 0.53% 0.85% -
XYZ 37.47 26.09 22.46 -
YUV 139.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 218 103 125 0 0.53 0.43 0.15 348.52 0.61 0.63
Hex DA 67 7D 0 35 2B F 15D 3D 3F
Octal 332 147 175 0 65 53 17 535 75 77
Binary 11011010 1100111 1111101 0 110101 101011 1111 101011101 111101 111111

Color Harmonies of #DA677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA677D

Black with #DA677D

Text Example


Text Example

White with #DA677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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