Html Css Color HEX #DC768C Deep Blush

📋 copy color: '#DC768C'

red 220 ◦ green 118 ◦ blue 140

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

Shades of Deep Blush #DC768C

Tints of Deep Blush #DC768C

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

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

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

R = 46.03%
G = 24.69%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC768C (or 0xDC768C) is known color: Deep Blush. HEX triplet: DC, 76 and 8C. RGB value is (220,118,140). Sum of RGB (Red+Green+Blue) = 220+118+140=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC768C is #238973. Grayscale: #979797. Windows color (decimal): -2328948 or 9205468. OLE color: 9205468.

HSL color Cylindrical-coordinate representation of color #DC768C: hue angle of 347.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC768C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 140 -
CMYK 0 0.46 0.36 0.14
HSL 347.06º 0.59% 0.66% -
HSV(B) 347.06º 0.46% 0.86% -
XYZ 40.73 30.07 28.47 -
YUV 151.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 220 118 140 0 0.46 0.36 0.14 347.06 0.59 0.66
Hex DC 76 8C 0 2E 24 E 15B 3B 42
Octal 334 166 214 0 56 44 16 533 73 102
Binary 11011100 1110110 10001100 0 101110 100100 1110 101011011 111011 1000010

Color Harmonies of #DC768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC768C

Black with #DC768C

Text Example


Text Example

White with #DC768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC768C; }

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

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

background-color css

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

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

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

border-color css

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

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

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