Html Css Color HEX #DB5188 Dark Pink

📋 copy color: '#DB5188'

red 219 ◦ green 81 ◦ blue 136

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

Shades of Dark Pink #DB5188

Tints of Dark Pink #DB5188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.58%

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

R = 50.23%
G = 18.58%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5188 (or 0xDB5188) is known color: Dark Pink. HEX triplet: DB, 51 and 88. RGB value is (219,81,136). Sum of RGB (Red+Green+Blue) = 219+81+136=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5188 is #24AE77. Grayscale: #808080. Windows color (decimal): -2403960 or 8933851. OLE color: 8933851.

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

Color convert

RGB 219 81 136 -
CMYK 0 0.63 0.38 0.14
HSL 336.09º 0.66% 0.59% -
HSV(B) 336.09º 0.63% 0.86% -
XYZ 36.6 22.72 25.75 -
YUV 128.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 219 81 136 0 0.63 0.38 0.14 336.09 0.66 0.59
Hex DB 51 88 0 3F 26 E 150 42 3B
Octal 333 121 210 0 77 46 16 520 102 73
Binary 11011011 1010001 10001000 0 111111 100110 1110 101010000 1000010 111011

Color Harmonies of #DB5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5188

Black with #DB5188

Text Example


Text Example

White with #DB5188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5188; }

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

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

background-color css

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

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

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

border-color css

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

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

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