Html Css Color HEX #DF6386 Deep Blush

📋 copy color: '#DF6386'

red 223 ◦ green 99 ◦ blue 134

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

Shades of Deep Blush #DF6386

Tints of Deep Blush #DF6386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

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

R = 48.9%
G = 21.71%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF6386 (or 0xDF6386) is known color: Deep Blush. HEX triplet: DF, 63 and 86. RGB value is (223,99,134). Sum of RGB (Red+Green+Blue) = 223+99+134=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6386 is #209C79. Grayscale: #8C8C8C. Windows color (decimal): -2137210 or 8807391. OLE color: 8807391.

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

Color convert

RGB 223 99 134 -
CMYK 0 0.56 0.40 0.13
HSL 343.06º 0.66% 0.63% -
HSV(B) 343.06º 0.56% 0.87% -
XYZ 39.2 26.33 25.57 -
YUV 140.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 223 99 134 0 0.56 0.40 0.13 343.06 0.66 0.63
Hex DF 63 86 0 38 28 D 157 42 3F
Octal 337 143 206 0 70 50 15 527 102 77
Binary 11011111 1100011 10000110 0 111000 101000 1101 101010111 1000010 111111

Color Harmonies of #DF6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6386

Black with #DF6386

Text Example


Text Example

White with #DF6386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6386; }

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

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

background-color css

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

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

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

border-color css

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

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

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