Html Css Color HEX #DB5B83 Dark Pink

📋 copy color: '#DB5B83'

red 219 ◦ green 91 ◦ blue 131

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

Shades of Dark Pink #DB5B83

Tints of Dark Pink #DB5B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.71%

R = 49.66%
G = 20.63%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5B83 (or 0xDB5B83) is known color: Dark Pink. HEX triplet: DB, 5B and 83. RGB value is (219,91,131). Sum of RGB (Red+Green+Blue) = 219+91+131=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B83 is #24A47C. Grayscale: #858585. Windows color (decimal): -2401405 or 8608731. OLE color: 8608731.

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

Color convert

RGB 219 91 131 -
CMYK 0 0.58 0.40 0.14
HSL 341.25º 0.64% 0.61% -
HSV(B) 341.25º 0.58% 0.86% -
XYZ 37.05 24.18 24.19 -
YUV 133.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 219 91 131 0 0.58 0.40 0.14 341.25 0.64 0.61
Hex DB 5B 83 0 3A 28 E 155 40 3D
Octal 333 133 203 0 72 50 16 525 100 75
Binary 11011011 1011011 10000011 0 111010 101000 1110 101010101 1000000 111101

Color Harmonies of #DB5B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B83

Black with #DB5B83

Text Example


Text Example

White with #DB5B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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