Html Css Color HEX #DB6288 Deep Blush

📋 copy color: '#DB6288'

red 219 ◦ green 98 ◦ blue 136

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

Shades of Deep Blush #DB6288

Tints of Deep Blush #DB6288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

 BLUE value IS 136 (53.52% from 255) = 30.02%

R = 48.34%
G = 21.63%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB6288 (or 0xDB6288) is known color: Deep Blush. HEX triplet: DB, 62 and 88. RGB value is (219,98,136). Sum of RGB (Red+Green+Blue) = 219+98+136=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6288 is #249D77. Grayscale: #8A8A8A. Windows color (decimal): -2399608 or 8938203. OLE color: 8938203.

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

Color convert

RGB 219 98 136 -
CMYK 0 0.55 0.38 0.14
HSL 341.16º 0.63% 0.62% -
HSV(B) 341.16º 0.55% 0.86% -
XYZ 38.03 25.57 26.22 -
YUV 138.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 219 98 136 0 0.55 0.38 0.14 341.16 0.63 0.62
Hex DB 62 88 0 37 26 E 155 3F 3E
Octal 333 142 210 0 67 46 16 525 77 76
Binary 11011011 1100010 10001000 0 110111 100110 1110 101010101 111111 111110

Color Harmonies of #DB6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6288

Black with #DB6288

Text Example


Text Example

White with #DB6288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6288; }

 p { color: rgb(219,98,136); }

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

background-color css

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

 a { background-color: rgb(219,98,136); }

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

border-color css

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

 span { border-color: rgb(219,98,136); }

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