Html Css Color HEX #DB578B Dark Pink

📋 copy color: '#DB578B'

red 219 ◦ green 87 ◦ blue 139

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

Shades of Dark Pink #DB578B

Tints of Dark Pink #DB578B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.55%

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

R = 49.21%
G = 19.55%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB578B (or 0xDB578B) is known color: Dark Pink. HEX triplet: DB, 57 and 8B. RGB value is (219,87,139). Sum of RGB (Red+Green+Blue) = 219+87+139=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578B is #24A874. Grayscale: #848484. Windows color (decimal): -2402421 or 9131995. OLE color: 9131995.

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

Color convert

RGB 219 87 139 -
CMYK 0 0.60 0.37 0.14
HSL 336.36º 0.65% 0.6% -
HSV(B) 336.36º 0.6% 0.86% -
XYZ 37.28 23.74 27.04 -
YUV 132.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 219 87 139 0 0.60 0.37 0.14 336.36 0.65 0.6
Hex DB 57 8B 0 3C 25 E 150 41 3C
Octal 333 127 213 0 74 45 16 520 101 74
Binary 11011011 1010111 10001011 0 111100 100101 1110 101010000 1000001 111100

Color Harmonies of #DB578B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB578B

Black with #DB578B

Text Example


Text Example

White with #DB578B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB578B; }

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

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

background-color css

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

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

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

border-color css

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

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

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