Html Css Color HEX #DA7382 Deep Blush

📋 copy color: '#DA7382'

red 218 ◦ green 115 ◦ blue 130

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

Shades of Deep Blush #DA7382

Tints of Deep Blush #DA7382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 47.08%
G = 24.84%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA7382 (or 0xDA7382) is known color: Deep Blush. HEX triplet: DA, 73 and 82. RGB value is (218,115,130). Sum of RGB (Red+Green+Blue) = 218+115+130=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7382 is #258C7D. Grayscale: #939393. Windows color (decimal): -2460798 or 8549338. OLE color: 8549338.

HSL color Cylindrical-coordinate representation of color #DA7382: hue angle of 351.26º 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 #DA7382 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 115 130 -
CMYK 0 0.47 0.40 0.15
HSL 351.26º 0.58% 0.65% -
HSV(B) 351.26º 0.47% 0.85% -
XYZ 39.07 28.78 24.61 -
YUV 147.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 218 115 130 0 0.47 0.40 0.15 351.26 0.58 0.65
Hex DA 73 82 0 2F 28 F 15F 3A 41
Octal 332 163 202 0 57 50 17 537 72 101
Binary 11011010 1110011 10000010 0 101111 101000 1111 101011111 111010 1000001

Color Harmonies of #DA7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7382

Black with #DA7382

Text Example


Text Example

White with #DA7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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