Html Css Color HEX #DA728B Deep Blush

📋 copy color: '#DA728B'

red 218 ◦ green 114 ◦ blue 139

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

Shades of Deep Blush #DA728B

Tints of Deep Blush #DA728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 46.28%
G = 24.2%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA728B (or 0xDA728B) is known color: Deep Blush. HEX triplet: DA, 72 and 8B. RGB value is (218,114,139). Sum of RGB (Red+Green+Blue) = 218+114+139=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA728B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA728B is #258D74. Grayscale: #939393. Windows color (decimal): -2461045 or 9138906. OLE color: 9138906.

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

Color convert

RGB 218 114 139 -
CMYK 0 0.48 0.36 0.15
HSL 345.58º 0.58% 0.65% -
HSV(B) 345.58º 0.48% 0.85% -
XYZ 39.59 28.8 27.9 -
YUV 147.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 218 114 139 0 0.48 0.36 0.15 345.58 0.58 0.65
Hex DA 72 8B 0 30 24 F 15A 3A 41
Octal 332 162 213 0 60 44 17 532 72 101
Binary 11011010 1110010 10001011 0 110000 100100 1111 101011010 111010 1000001

Color Harmonies of #DA728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA728B

Black with #DA728B

Text Example


Text Example

White with #DA728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA728B; }

 p { color: rgb(218,114,139); }

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

background-color css

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

 a { background-color: rgb(218,114,139); }

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

border-color css

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

 span { border-color: rgb(218,114,139); }

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