Html Css Color HEX #DC768A Deep Blush

📋 copy color: '#DC768A'

red 220 ◦ green 118 ◦ blue 138

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

Shades of Deep Blush #DC768A

Tints of Deep Blush #DC768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 46.22%
G = 24.79%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC768A (or 0xDC768A) is known color: Deep Blush. HEX triplet: DC, 76 and 8A. RGB value is (220,118,138). Sum of RGB (Red+Green+Blue) = 220+118+138=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC768A is #238975. Grayscale: #969696. Windows color (decimal): -2328950 or 9074396. OLE color: 9074396.

HSL color Cylindrical-coordinate representation of color #DC768A: hue angle of 348.24º 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 #DC768A is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 138 -
CMYK 0 0.46 0.37 0.14
HSL 348.24º 0.59% 0.66% -
HSV(B) 348.24º 0.46% 0.86% -
XYZ 40.58 30.01 27.7 -
YUV 150.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 220 118 138 0 0.46 0.37 0.14 348.24 0.59 0.66
Hex DC 76 8A 0 2E 25 E 15C 3B 42
Octal 334 166 212 0 56 45 16 534 73 102
Binary 11011100 1110110 10001010 0 101110 100101 1110 101011100 111011 1000010

Color Harmonies of #DC768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC768A

Black with #DC768A

Text Example


Text Example

White with #DC768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC768A; }

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

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

background-color css

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

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

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

border-color css

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

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

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