Html Css Color HEX #DB6585 Deep Blush

📋 copy color: '#DB6585'

red 219 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #DB6585

Tints of Deep Blush #DB6585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.36%

R = 48.34%
G = 22.3%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB6585 (or 0xDB6585) is known color: Deep Blush. HEX triplet: DB, 65 and 85. RGB value is (219,101,133). Sum of RGB (Red+Green+Blue) = 219+101+133=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6585 is #249A7A. Grayscale: #8B8B8B. Windows color (decimal): -2398843 or 8742363. OLE color: 8742363.

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

Color convert

RGB 219 101 133 -
CMYK 0 0.54 0.39 0.14
HSL 343.73º 0.62% 0.63% -
HSV(B) 343.73º 0.54% 0.86% -
XYZ 38.1 26.06 25.21 -
YUV 139.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 219 101 133 0 0.54 0.39 0.14 343.73 0.62 0.63
Hex DB 65 85 0 36 27 E 158 3E 3F
Octal 333 145 205 0 66 47 16 530 76 77
Binary 11011011 1100101 10000101 0 110110 100111 1110 101011000 111110 111111

Color Harmonies of #DB6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6585

Black with #DB6585

Text Example


Text Example

White with #DB6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6585; }

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

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

background-color css

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

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

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

border-color css

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

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

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