Html Css Color HEX #DB578A Dark Pink

📋 copy color: '#DB578A'

red 219 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #DB578A

Tints of Dark Pink #DB578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 49.32%
G = 19.59%
B = 31.08%

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

#DB578A (or 0xDB578A) is known color: Dark Pink. HEX triplet: DB, 57 and 8A. RGB value is (219,87,138). Sum of RGB (Red+Green+Blue) = 219+87+138=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB578A is #24A875. Grayscale: #848484. Windows color (decimal): -2402422 or 9066459. OLE color: 9066459.

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

Color convert

RGB 219 87 138 -
CMYK 0 0.60 0.37 0.14
HSL 336.82º 0.65% 0.6% -
HSV(B) 336.82º 0.6% 0.86% -
XYZ 37.21 23.71 26.66 -
YUV 132.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 219 87 138 0 0.60 0.37 0.14 336.82 0.65 0.6
Hex DB 57 8A 0 3C 25 E 151 41 3C
Octal 333 127 212 0 74 45 16 521 101 74
Binary 11011011 1010111 10001010 0 111100 100101 1110 101010001 1000001 111100

Color Harmonies of #DB578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB578A

Black with #DB578A

Text Example


Text Example

White with #DB578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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