Html Css Color HEX #DF6F88 Deep Blush

📋 copy color: '#DF6F88'

red 223 ◦ green 111 ◦ blue 136

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

Shades of Deep Blush #DF6F88

Tints of Deep Blush #DF6F88

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.62%

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

R = 47.45%
G = 23.62%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DF6F88 (or 0xDF6F88) is known color: Deep Blush. HEX triplet: DF, 6F and 88. RGB value is (223,111,136). Sum of RGB (Red+Green+Blue) = 223+111+136=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F88 is #209077. Grayscale: #939393. Windows color (decimal): -2134136 or 8941535. OLE color: 8941535.

HSL color Cylindrical-coordinate representation of color #DF6F88: hue angle of 346.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6F88 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 136 -
CMYK 0 0.50 0.39 0.13
HSL 346.61º 0.64% 0.65% -
HSV(B) 346.61º 0.5% 0.87% -
XYZ 40.56 28.83 26.72 -
YUV 147.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 223 111 136 0 0.50 0.39 0.13 346.61 0.64 0.65
Hex DF 6F 88 0 32 27 D 15B 40 41
Octal 337 157 210 0 62 47 15 533 100 101
Binary 11011111 1101111 10001000 0 110010 100111 1101 101011011 1000000 1000001

Color Harmonies of #DF6F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F88

Black with #DF6F88

Text Example


Text Example

White with #DF6F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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