Html Css Color HEX #DB6587 Deep Blush

📋 copy color: '#DB6587'

red 219 ◦ green 101 ◦ blue 135

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

Shades of Deep Blush #DB6587

Tints of Deep Blush #DB6587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 48.13%
G = 22.2%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB6587 (or 0xDB6587) is known color: Deep Blush. HEX triplet: DB, 65 and 87. RGB value is (219,101,135). Sum of RGB (Red+Green+Blue) = 219+101+135=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6587 is #249A78. Grayscale: #8C8C8C. Windows color (decimal): -2398841 or 8873435. OLE color: 8873435.

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

Color convert

RGB 219 101 135 -
CMYK 0 0.54 0.38 0.14
HSL 342.71º 0.62% 0.63% -
HSV(B) 342.71º 0.54% 0.86% -
XYZ 38.24 26.12 25.95 -
YUV 140.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 219 101 135 0 0.54 0.38 0.14 342.71 0.62 0.63
Hex DB 65 87 0 36 26 E 157 3E 3F
Octal 333 145 207 0 66 46 16 527 76 77
Binary 11011011 1100101 10000111 0 110110 100110 1110 101010111 111110 111111

Color Harmonies of #DB6587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6587

Black with #DB6587

Text Example


Text Example

White with #DB6587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6587; }

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

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

background-color css

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

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

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

border-color css

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

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

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