Html Css Color HEX #DB578E Dark Pink

📋 copy color: '#DB578E'

red 219 ◦ green 87 ◦ blue 142

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

Shades of Dark Pink #DB578E

Tints of Dark Pink #DB578E

RGB

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

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

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

R = 48.88%
G = 19.42%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB578E (or 0xDB578E) is known color: Dark Pink. HEX triplet: DB, 57 and 8E. RGB value is (219,87,142). Sum of RGB (Red+Green+Blue) = 219+87+142=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578E is #24A871. Grayscale: #848484. Windows color (decimal): -2402418 or 9328603. OLE color: 9328603.

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

Color convert

RGB 219 87 142 -
CMYK 0 0.60 0.35 0.14
HSL 335º 0.65% 0.6% -
HSV(B) 335º 0.6% 0.86% -
XYZ 37.5 23.83 28.21 -
YUV 132.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 219 87 142 0 0.60 0.35 0.14 335 0.65 0.6
Hex DB 57 8E 0 3C 23 E 14F 41 3C
Octal 333 127 216 0 74 43 16 517 101 74
Binary 11011011 1010111 10001110 0 111100 100011 1110 101001111 1000001 111100

Color Harmonies of #DB578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB578E

Black with #DB578E

Text Example


Text Example

White with #DB578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB578E; }

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

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

background-color css

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

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

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

border-color css

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

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

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