Html Css Color HEX #DB6589 Deep Blush

📋 copy color: '#DB6589'

red 219 ◦ green 101 ◦ blue 137

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

Shades of Deep Blush #DB6589

Tints of Deep Blush #DB6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.1%

 BLUE value IS 137 (53.91% from 255) = 29.98%

R = 47.92%
G = 22.1%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB6589 (or 0xDB6589) is known color: Deep Blush. HEX triplet: DB, 65 and 89. RGB value is (219,101,137). Sum of RGB (Red+Green+Blue) = 219+101+137=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6589 is #249A76. Grayscale: #8C8C8C. Windows color (decimal): -2398839 or 9004507. OLE color: 9004507.

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

Color convert

RGB 219 101 137 -
CMYK 0 0.54 0.37 0.14
HSL 341.69º 0.62% 0.63% -
HSV(B) 341.69º 0.54% 0.86% -
XYZ 38.38 26.17 26.7 -
YUV 140.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 219 101 137 0 0.54 0.37 0.14 341.69 0.62 0.63
Hex DB 65 89 0 36 25 E 156 3E 3F
Octal 333 145 211 0 66 45 16 526 76 77
Binary 11011011 1100101 10001001 0 110110 100101 1110 101010110 111110 111111

Color Harmonies of #DB6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6589

Black with #DB6589

Text Example


Text Example

White with #DB6589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6589; }

 p { color: rgb(219,101,137); }

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

background-color css

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

 a { background-color: rgb(219,101,137); }

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

border-color css

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

 span { border-color: rgb(219,101,137); }

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