Html Css Color HEX #DF768C Deep Blush

📋 copy color: '#DF768C'

red 223 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #DF768C

Tints of Deep Blush #DF768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.53%

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 46.36%
G = 24.53%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF768C (or 0xDF768C) is known color: Deep Blush. HEX triplet: DF, 76 and 8C. RGB value is (223,118,140). Sum of RGB (Red+Green+Blue) = 223+118+140=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF768C is #208973. Grayscale: #979797. Windows color (decimal): -2132340 or 9205471. OLE color: 9205471.

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

Color convert

RGB 223 118 140 -
CMYK 0 0.47 0.37 0.13
HSL 347.43º 0.62% 0.67% -
HSV(B) 347.43º 0.47% 0.87% -
XYZ 41.64 30.54 28.51 -
YUV 151.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 223 118 140 0 0.47 0.37 0.13 347.43 0.62 0.67
Hex DF 76 8C 0 2F 25 D 15B 3E 43
Octal 337 166 214 0 57 45 15 533 76 103
Binary 11011111 1110110 10001100 0 101111 100101 1101 101011011 111110 1000011

Color Harmonies of #DF768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF768C

Black with #DF768C

Text Example


Text Example

White with #DF768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF768C; }

 p { color: rgb(223,118,140); }

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

background-color css

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

 a { background-color: rgb(223,118,140); }

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

border-color css

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

 span { border-color: rgb(223,118,140); }

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