Html Css Color HEX #DB558E Dark Pink

📋 copy color: '#DB558E'

red 219 ◦ green 85 ◦ blue 142

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

Shades of Dark Pink #DB558E

Tints of Dark Pink #DB558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 49.1%
G = 19.06%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB558E (or 0xDB558E) is known color: Dark Pink. HEX triplet: DB, 55 and 8E. RGB value is (219,85,142). Sum of RGB (Red+Green+Blue) = 219+85+142=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558E is #24AA71. Grayscale: #838383. Windows color (decimal): -2402930 or 9328091. OLE color: 9328091.

HSL color Cylindrical-coordinate representation of color #DB558E: hue angle of 334.48º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB558E is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 142 -
CMYK 0 0.61 0.35 0.14
HSL 334.48º 0.65% 0.6% -
HSV(B) 334.48º 0.61% 0.86% -
XYZ 37.34 23.51 28.16 -
YUV 131.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 219 85 142 0 0.61 0.35 0.14 334.48 0.65 0.6
Hex DB 55 8E 0 3D 23 E 14E 41 3C
Octal 333 125 216 0 75 43 16 516 101 74
Binary 11011011 1010101 10001110 0 111101 100011 1110 101001110 1000001 111100

Color Harmonies of #DB558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB558E

Black with #DB558E

Text Example


Text Example

White with #DB558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB558E; }

 p { color: rgb(219,85,142); }

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

background-color css

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

 a { background-color: rgb(219,85,142); }

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

border-color css

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

 span { border-color: rgb(219,85,142); }

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