Html Css Color HEX #DF7488 Deep Blush

📋 copy color: '#DF7488'

red 223 ◦ green 116 ◦ blue 136

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

Shades of Deep Blush #DF7488

Tints of Deep Blush #DF7488

RGB

 RED value IS 223 (87.5% from 255) = 46.95%

 GREEN value IS 116 (45.7% from 255) = 24.42%

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 46.95%
G = 24.42%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF7488 (or 0xDF7488) is known color: Deep Blush. HEX triplet: DF, 74 and 88. RGB value is (223,116,136). Sum of RGB (Red+Green+Blue) = 223+116+136=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7488 is #208B77. Grayscale: #969696. Windows color (decimal): -2132856 or 8942815. OLE color: 8942815.

HSL color Cylindrical-coordinate representation of color #DF7488: hue angle of 348.79º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF7488 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 116 136 -
CMYK 0 0.48 0.39 0.13
HSL 348.79º 0.63% 0.66% -
HSV(B) 348.79º 0.48% 0.87% -
XYZ 41.12 29.96 26.91 -
YUV 150.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 223 116 136 0 0.48 0.39 0.13 348.79 0.63 0.66
Hex DF 74 88 0 30 27 D 15D 3F 42
Octal 337 164 210 0 60 47 15 535 77 102
Binary 11011111 1110100 10001000 0 110000 100111 1101 101011101 111111 1000010

Color Harmonies of #DF7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7488

Black with #DF7488

Text Example


Text Example

White with #DF7488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7488; }

 p { color: rgb(223,116,136); }

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

background-color css

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

 a { background-color: rgb(223,116,136); }

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

border-color css

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

 span { border-color: rgb(223,116,136); }

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