Html Css Color HEX #DA7380 Deep Blush

📋 copy color: '#DA7380'

red 218 ◦ green 115 ◦ blue 128

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

Shades of Deep Blush #DA7380

Tints of Deep Blush #DA7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 47.29%
G = 24.95%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7380 (or 0xDA7380) is known color: Deep Blush. HEX triplet: DA, 73 and 80. RGB value is (218,115,128). Sum of RGB (Red+Green+Blue) = 218+115+128=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7380 is #258C7F. Grayscale: #939393. Windows color (decimal): -2460800 or 8418266. OLE color: 8418266.

HSL color Cylindrical-coordinate representation of color #DA7380: hue angle of 352.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA7380 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 128 -
CMYK 0 0.47 0.41 0.15
HSL 352.43º 0.58% 0.65% -
HSV(B) 352.43º 0.47% 0.85% -
XYZ 38.94 28.73 23.91 -
YUV 147.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 218 115 128 0 0.47 0.41 0.15 352.43 0.58 0.65
Hex DA 73 80 0 2F 29 F 160 3A 41
Octal 332 163 200 0 57 51 17 540 72 101
Binary 11011010 1110011 10000000 0 101111 101001 1111 101100000 111010 1000001

Color Harmonies of #DA7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7380

Black with #DA7380

Text Example


Text Example

White with #DA7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7380; }

 p { color: rgb(218,115,128); }

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

background-color css

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

 a { background-color: rgb(218,115,128); }

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

border-color css

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

 span { border-color: rgb(218,115,128); }

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