Html Css Color HEX #DB5B8B Dark Pink

📋 copy color: '#DB5B8B'

red 219 ◦ green 91 ◦ blue 139

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

Shades of Dark Pink #DB5B8B

Tints of Dark Pink #DB5B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.96%

R = 48.78%
G = 20.27%
B = 30.96%

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

#DB5B8B (or 0xDB5B8B) is known color: Dark Pink. HEX triplet: DB, 5B and 8B. RGB value is (219,91,139). Sum of RGB (Red+Green+Blue) = 219+91+139=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B8B is #24A474. Grayscale: #868686. Windows color (decimal): -2401397 or 9133019. OLE color: 9133019.

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

Color convert

RGB 219 91 139 -
CMYK 0 0.58 0.37 0.14
HSL 337.5º 0.64% 0.61% -
HSV(B) 337.5º 0.58% 0.86% -
XYZ 37.61 24.41 27.15 -
YUV 134.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 219 91 139 0 0.58 0.37 0.14 337.5 0.64 0.61
Hex DB 5B 8B 0 3A 25 E 152 40 3D
Octal 333 133 213 0 72 45 16 522 100 75
Binary 11011011 1011011 10001011 0 111010 100101 1110 101010010 1000000 111101

Color Harmonies of #DB5B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B8B

Black with #DB5B8B

Text Example


Text Example

White with #DB5B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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