Html Css Color HEX #DF6F8B Deep Blush

📋 copy color: '#DF6F8B'

red 223 ◦ green 111 ◦ blue 139

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

Shades of Deep Blush #DF6F8B

Tints of Deep Blush #DF6F8B

RGB

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

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

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

R = 47.15%
G = 23.47%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF6F8B (or 0xDF6F8B) is known color: Deep Blush. HEX triplet: DF, 6F and 8B. RGB value is (223,111,139). Sum of RGB (Red+Green+Blue) = 223+111+139=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F8B is #209074. Grayscale: #939393. Windows color (decimal): -2134133 or 9138143. OLE color: 9138143.

HSL color Cylindrical-coordinate representation of color #DF6F8B: hue angle of 345º 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 #DF6F8B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 139 -
CMYK 0 0.50 0.38 0.13
HSL 345º 0.64% 0.65% -
HSV(B) 345º 0.5% 0.87% -
XYZ 40.78 28.92 27.86 -
YUV 147.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 223 111 139 0 0.50 0.38 0.13 345 0.64 0.65
Hex DF 6F 8B 0 32 26 D 159 40 41
Octal 337 157 213 0 62 46 15 531 100 101
Binary 11011111 1101111 10001011 0 110010 100110 1101 101011001 1000000 1000001

Color Harmonies of #DF6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6F8B

Black with #DF6F8B

Text Example


Text Example

White with #DF6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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