Html Css Color HEX #DB558B Dark Pink

📋 copy color: '#DB558B'

red 219 ◦ green 85 ◦ blue 139

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

Shades of Dark Pink #DB558B

Tints of Dark Pink #DB558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.38%

R = 49.44%
G = 19.19%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB558B (or 0xDB558B) is known color: Dark Pink. HEX triplet: DB, 55 and 8B. RGB value is (219,85,139). Sum of RGB (Red+Green+Blue) = 219+85+139=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB558B is #24AA74. Grayscale: #838383. Windows color (decimal): -2402933 or 9131483. OLE color: 9131483.

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

Color convert

RGB 219 85 139 -
CMYK 0 0.61 0.37 0.14
HSL 335.82º 0.65% 0.6% -
HSV(B) 335.82º 0.61% 0.86% -
XYZ 37.12 23.42 26.99 -
YUV 131.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 219 85 139 0 0.61 0.37 0.14 335.82 0.65 0.6
Hex DB 55 8B 0 3D 25 E 150 41 3C
Octal 333 125 213 0 75 45 16 520 101 74
Binary 11011011 1010101 10001011 0 111101 100101 1110 101010000 1000001 111100

Color Harmonies of #DB558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB558B

Black with #DB558B

Text Example


Text Example

White with #DB558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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