Html Css Color HEX #DB768B Deep Blush

📋 copy color: '#DB768B'

red 219 ◦ green 118 ◦ blue 139

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

Shades of Deep Blush #DB768B

Tints of Deep Blush #DB768B

RGB

 RED value IS 219 (85.94% from 255) = 46.01%

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

 BLUE value IS 139 (54.69% from 255) = 29.2%

R = 46.01%
G = 24.79%
B = 29.2%

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

#DB768B (or 0xDB768B) is known color: Deep Blush. HEX triplet: DB, 76 and 8B. RGB value is (219,118,139). Sum of RGB (Red+Green+Blue) = 219+118+139=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB768B is #248974. Grayscale: #969696. Windows color (decimal): -2394485 or 9139931. OLE color: 9139931.

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

Color convert

RGB 219 118 139 -
CMYK 0 0.46 0.37 0.14
HSL 347.52º 0.58% 0.66% -
HSV(B) 347.52º 0.46% 0.86% -
XYZ 40.35 29.88 28.07 -
YUV 150.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 219 118 139 0 0.46 0.37 0.14 347.52 0.58 0.66
Hex DB 76 8B 0 2E 25 E 15C 3A 42
Octal 333 166 213 0 56 45 16 534 72 102
Binary 11011011 1110110 10001011 0 101110 100101 1110 101011100 111010 1000010

Color Harmonies of #DB768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB768B

Black with #DB768B

Text Example


Text Example

White with #DB768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB768B; }

 p { color: rgb(219,118,139); }

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

background-color css

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

 a { background-color: rgb(219,118,139); }

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

border-color css

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

 span { border-color: rgb(219,118,139); }

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