Html Css Color HEX #DF6686 Deep Blush

📋 copy color: '#DF6686'

red 223 ◦ green 102 ◦ blue 134

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

Shades of Deep Blush #DF6686

Tints of Deep Blush #DF6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.22%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 48.58%
G = 22.22%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF6686 (or 0xDF6686) is known color: Deep Blush. HEX triplet: DF, 66 and 86. RGB value is (223,102,134). Sum of RGB (Red+Green+Blue) = 223+102+134=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6686 is #209979. Grayscale: #8D8D8D. Windows color (decimal): -2136442 or 8808159. OLE color: 8808159.

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

Color convert

RGB 223 102 134 -
CMYK 0 0.54 0.40 0.13
HSL 344.13º 0.65% 0.64% -
HSV(B) 344.13º 0.54% 0.87% -
XYZ 39.49 26.91 25.67 -
YUV 141.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 223 102 134 0 0.54 0.40 0.13 344.13 0.65 0.64
Hex DF 66 86 0 36 28 D 158 41 40
Octal 337 146 206 0 66 50 15 530 101 100
Binary 11011111 1100110 10000110 0 110110 101000 1101 101011000 1000001 1000000

Color Harmonies of #DF6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6686

Black with #DF6686

Text Example


Text Example

White with #DF6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6686; }

 p { color: rgb(223,102,134); }

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

background-color css

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

 a { background-color: rgb(223,102,134); }

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

border-color css

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

 span { border-color: rgb(223,102,134); }

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