Html Css Color HEX #DF6B8B Deep Blush

📋 copy color: '#DF6B8B'

red 223 ◦ green 107 ◦ blue 139

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

Shades of Deep Blush #DF6B8B

Tints of Deep Blush #DF6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.81%

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

R = 47.55%
G = 22.81%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF6B8B (or 0xDF6B8B) is known color: Deep Blush. HEX triplet: DF, 6B and 8B. RGB value is (223,107,139). Sum of RGB (Red+Green+Blue) = 223+107+139=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6B8B is #209474. Grayscale: #919191. Windows color (decimal): -2135157 or 9137119. OLE color: 9137119.

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

Color convert

RGB 223 107 139 -
CMYK 0 0.52 0.38 0.13
HSL 343.45º 0.64% 0.65% -
HSV(B) 343.45º 0.52% 0.87% -
XYZ 40.35 28.07 27.72 -
YUV 145.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 223 107 139 0 0.52 0.38 0.13 343.45 0.64 0.65
Hex DF 6B 8B 0 34 26 D 157 40 41
Octal 337 153 213 0 64 46 15 527 100 101
Binary 11011111 1101011 10001011 0 110100 100110 1101 101010111 1000000 1000001

Color Harmonies of #DF6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6B8B

Black with #DF6B8B

Text Example


Text Example

White with #DF6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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