Html Css Color HEX #DB6E8A Deep Blush

📋 copy color: '#DB6E8A'

red 219 ◦ green 110 ◦ blue 138

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

Shades of Deep Blush #DB6E8A

Tints of Deep Blush #DB6E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 46.9%
G = 23.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB6E8A (or 0xDB6E8A) is known color: Deep Blush. HEX triplet: DB, 6E and 8A. RGB value is (219,110,138). Sum of RGB (Red+Green+Blue) = 219+110+138=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E8A is #249175. Grayscale: #919191. Windows color (decimal): -2396534 or 9072347. OLE color: 9072347.

HSL color Cylindrical-coordinate representation of color #DB6E8A: hue angle of 344.59º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6E8A is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 110 138 -
CMYK 0 0.50 0.37 0.14
HSL 344.59º 0.6% 0.65% -
HSV(B) 344.59º 0.5% 0.86% -
XYZ 39.38 28.05 27.38 -
YUV 145.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 219 110 138 0 0.50 0.37 0.14 344.59 0.6 0.65
Hex DB 6E 8A 0 32 25 E 159 3C 41
Octal 333 156 212 0 62 45 16 531 74 101
Binary 11011011 1101110 10001010 0 110010 100101 1110 101011001 111100 1000001

Color Harmonies of #DB6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E8A

Black with #DB6E8A

Text Example


Text Example

White with #DB6E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E8A; }

 p { color: rgb(219,110,138); }

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

background-color css

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

 a { background-color: rgb(219,110,138); }

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

border-color css

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

 span { border-color: rgb(219,110,138); }

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