Html Css Color HEX #DB5C89 Dark Pink

📋 copy color: '#DB5C89'

red 219 ◦ green 92 ◦ blue 137

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

Shades of Dark Pink #DB5C89

Tints of Dark Pink #DB5C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 137 (53.91% from 255) = 30.58%

R = 48.88%
G = 20.54%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB5C89 (or 0xDB5C89) is known color: Dark Pink. HEX triplet: DB, 5C and 89. RGB value is (219,92,137). Sum of RGB (Red+Green+Blue) = 219+92+137=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C89 is #24A376. Grayscale: #878787. Windows color (decimal): -2401143 or 9002203. OLE color: 9002203.

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

Color convert

RGB 219 92 137 -
CMYK 0 0.58 0.37 0.14
HSL 338.74º 0.64% 0.61% -
HSV(B) 338.74º 0.58% 0.86% -
XYZ 37.56 24.52 26.42 -
YUV 135.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 219 92 137 0 0.58 0.37 0.14 338.74 0.64 0.61
Hex DB 5C 89 0 3A 25 E 153 40 3D
Octal 333 134 211 0 72 45 16 523 100 75
Binary 11011011 1011100 10001001 0 111010 100101 1110 101010011 1000000 111101

Color Harmonies of #DB5C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C89

Black with #DB5C89

Text Example


Text Example

White with #DB5C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C89; }

 p { color: rgb(219,92,137); }

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

background-color css

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

 a { background-color: rgb(219,92,137); }

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

border-color css

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

 span { border-color: rgb(219,92,137); }

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