Html Css Color HEX #DA7585 Deep Blush

📋 copy color: '#DA7585'

red 218 ◦ green 117 ◦ blue 133

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

Shades of Deep Blush #DA7585

Tints of Deep Blush #DA7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

 BLUE value IS 133 (52.34% from 255) = 28.42%

R = 46.58%
G = 25%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA7585 (or 0xDA7585) is known color: Deep Blush. HEX triplet: DA, 75 and 85. RGB value is (218,117,133). Sum of RGB (Red+Green+Blue) = 218+117+133=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7585 is #258A7A. Grayscale: #959595. Windows color (decimal): -2460283 or 8746458. OLE color: 8746458.

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

Color convert

RGB 218 117 133 -
CMYK 0 0.46 0.39 0.15
HSL 350.5º 0.58% 0.66% -
HSV(B) 350.5º 0.46% 0.85% -
XYZ 39.51 29.32 25.77 -
YUV 149.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 218 117 133 0 0.46 0.39 0.15 350.5 0.58 0.66
Hex DA 75 85 0 2E 27 F 15E 3A 42
Octal 332 165 205 0 56 47 17 536 72 102
Binary 11011010 1110101 10000101 0 101110 100111 1111 101011110 111010 1000010

Color Harmonies of #DA7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7585

Black with #DA7585

Text Example


Text Example

White with #DA7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7585; }

 p { color: rgb(218,117,133); }

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

background-color css

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

 a { background-color: rgb(218,117,133); }

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

border-color css

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

 span { border-color: rgb(218,117,133); }

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