Html Css Color HEX #DB5B8C Dark Pink

📋 copy color: '#DB5B8C'

red 219 ◦ green 91 ◦ blue 140

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

Shades of Dark Pink #DB5B8C

Tints of Dark Pink #DB5B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 48.67%
G = 20.22%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB5B8C (or 0xDB5B8C) is known color: Dark Pink. HEX triplet: DB, 5B and 8C. RGB value is (219,91,140). Sum of RGB (Red+Green+Blue) = 219+91+140=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B8C is #24A473. Grayscale: #868686. Windows color (decimal): -2401396 or 9198555. OLE color: 9198555.

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

Color convert

RGB 219 91 140 -
CMYK 0 0.58 0.36 0.14
HSL 337.03º 0.64% 0.61% -
HSV(B) 337.03º 0.58% 0.86% -
XYZ 37.69 24.44 27.54 -
YUV 134.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 219 91 140 0 0.58 0.36 0.14 337.03 0.64 0.61
Hex DB 5B 8C 0 3A 24 E 151 40 3D
Octal 333 133 214 0 72 44 16 521 100 75
Binary 11011011 1011011 10001100 0 111010 100100 1110 101010001 1000000 111101

Color Harmonies of #DB5B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B8C

Black with #DB5B8C

Text Example


Text Example

White with #DB5B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B8C; }

 p { color: rgb(219,91,140); }

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

background-color css

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

 a { background-color: rgb(219,91,140); }

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

border-color css

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

 span { border-color: rgb(219,91,140); }

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