Html Css Color HEX #DB598A Dark Pink

📋 copy color: '#DB598A'

red 219 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #DB598A

Tints of Dark Pink #DB598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

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

R = 49.1%
G = 19.96%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB598A (or 0xDB598A) is known color: Dark Pink. HEX triplet: DB, 59 and 8A. RGB value is (219,89,138). Sum of RGB (Red+Green+Blue) = 219+89+138=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB598A is #24A675. Grayscale: #858585. Windows color (decimal): -2401910 or 9066971. OLE color: 9066971.

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

Color convert

RGB 219 89 138 -
CMYK 0 0.59 0.37 0.14
HSL 337.38º 0.64% 0.6% -
HSV(B) 337.38º 0.59% 0.86% -
XYZ 37.37 24.04 26.72 -
YUV 133.46 130.57 189.02 -
System Red Green Blue C M Y K H S L
Decimal 219 89 138 0 0.59 0.37 0.14 337.38 0.64 0.6
Hex DB 59 8A 0 3B 25 E 151 40 3C
Octal 333 131 212 0 73 45 16 521 100 74
Binary 11011011 1011001 10001010 0 111011 100101 1110 101010001 1000000 111100

Color Harmonies of #DB598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB598A

Black with #DB598A

Text Example


Text Example

White with #DB598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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