Html Css Color HEX #DF698D Deep Blush

📋 copy color: '#DF698D'

red 223 ◦ green 105 ◦ blue 141

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

Shades of Deep Blush #DF698D

Tints of Deep Blush #DF698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 47.55%
G = 22.39%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF698D (or 0xDF698D) is known color: Deep Blush. HEX triplet: DF, 69 and 8D. RGB value is (223,105,141). Sum of RGB (Red+Green+Blue) = 223+105+141=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF698D is #209672. Grayscale: #909090. Windows color (decimal): -2135667 or 9267679. OLE color: 9267679.

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

Color convert

RGB 223 105 141 -
CMYK 0 0.53 0.37 0.13
HSL 341.69º 0.65% 0.64% -
HSV(B) 341.69º 0.53% 0.87% -
XYZ 40.29 27.71 28.43 -
YUV 144.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 223 105 141 0 0.53 0.37 0.13 341.69 0.65 0.64
Hex DF 69 8D 0 35 25 D 156 41 40
Octal 337 151 215 0 65 45 15 526 101 100
Binary 11011111 1101001 10001101 0 110101 100101 1101 101010110 1000001 1000000

Color Harmonies of #DF698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF698D

Black with #DF698D

Text Example


Text Example

White with #DF698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF698D; }

 p { color: rgb(223,105,141); }

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

background-color css

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

 a { background-color: rgb(223,105,141); }

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

border-color css

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

 span { border-color: rgb(223,105,141); }

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