Html Css Color HEX #DB6581 Deep Blush

📋 copy color: '#DB6581'

red 219 ◦ green 101 ◦ blue 129

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

Shades of Deep Blush #DB6581

Tints of Deep Blush #DB6581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 48.78%
G = 22.49%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB6581 (or 0xDB6581) is known color: Deep Blush. HEX triplet: DB, 65 and 81. RGB value is (219,101,129). Sum of RGB (Red+Green+Blue) = 219+101+129=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6581 is #249A7E. Grayscale: #8B8B8B. Windows color (decimal): -2398847 or 8480219. OLE color: 8480219.

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

Color convert

RGB 219 101 129 -
CMYK 0 0.54 0.41 0.14
HSL 345.76º 0.62% 0.63% -
HSV(B) 345.76º 0.54% 0.86% -
XYZ 37.83 25.95 23.78 -
YUV 139.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 219 101 129 0 0.54 0.41 0.14 345.76 0.62 0.63
Hex DB 65 81 0 36 29 E 15A 3E 3F
Octal 333 145 201 0 66 51 16 532 76 77
Binary 11011011 1100101 10000001 0 110110 101001 1110 101011010 111110 111111

Color Harmonies of #DB6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6581

Black with #DB6581

Text Example


Text Example

White with #DB6581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6581; }

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

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

background-color css

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

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

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

border-color css

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

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

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