Html Css Color HEX #DA718B Deep Blush

📋 copy color: '#DA718B'

red 218 ◦ green 113 ◦ blue 139

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

Shades of Deep Blush #DA718B

Tints of Deep Blush #DA718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

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

R = 46.38%
G = 24.04%
B = 29.57%

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

#DA718B (or 0xDA718B) is known color: Deep Blush. HEX triplet: DA, 71 and 8B. RGB value is (218,113,139). Sum of RGB (Red+Green+Blue) = 218+113+139=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA718B is #258E74. Grayscale: #939393. Windows color (decimal): -2461301 or 9138650. OLE color: 9138650.

HSL color Cylindrical-coordinate representation of color #DA718B: hue angle of 345.14º degrees, saturation: 0.59, 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 #DA718B is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 139 -
CMYK 0 0.48 0.36 0.15
HSL 345.14º 0.59% 0.65% -
HSV(B) 345.14º 0.48% 0.85% -
XYZ 39.48 28.58 27.86 -
YUV 147.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 218 113 139 0 0.48 0.36 0.15 345.14 0.59 0.65
Hex DA 71 8B 0 30 24 F 159 3B 41
Octal 332 161 213 0 60 44 17 531 73 101
Binary 11011010 1110001 10001011 0 110000 100100 1111 101011001 111011 1000001

Color Harmonies of #DA718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA718B

Black with #DA718B

Text Example


Text Example

White with #DA718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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