Html Css Color HEX #DB6B8B Deep Blush

📋 copy color: '#DB6B8B'

red 219 ◦ green 107 ◦ blue 139

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

Shades of Deep Blush #DB6B8B

Tints of Deep Blush #DB6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.01%

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

R = 47.1%
G = 23.01%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB6B8B (or 0xDB6B8B) is known color: Deep Blush. HEX triplet: DB, 6B and 8B. RGB value is (219,107,139). Sum of RGB (Red+Green+Blue) = 219+107+139=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6B8B is #249474. Grayscale: #909090. Windows color (decimal): -2397301 or 9137115. OLE color: 9137115.

HSL color Cylindrical-coordinate representation of color #DB6B8B: hue angle of 342.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6B8B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 107 139 -
CMYK 0 0.51 0.37 0.14
HSL 342.86º 0.61% 0.64% -
HSV(B) 342.86º 0.51% 0.86% -
XYZ 39.13 27.44 27.66 -
YUV 144.14 125.11 181.4 -
System Red Green Blue C M Y K H S L
Decimal 219 107 139 0 0.51 0.37 0.14 342.86 0.61 0.64
Hex DB 6B 8B 0 33 25 E 157 3D 40
Octal 333 153 213 0 63 45 16 527 75 100
Binary 11011011 1101011 10001011 0 110011 100101 1110 101010111 111101 1000000

Color Harmonies of #DB6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B8B

Black with #DB6B8B

Text Example


Text Example

White with #DB6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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