Html Css Color HEX #DB5A83 Dark Pink

📋 copy color: '#DB5A83'

red 219 ◦ green 90 ◦ blue 131

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

Shades of Dark Pink #DB5A83

Tints of Dark Pink #DB5A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

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

R = 49.77%
G = 20.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5A83 (or 0xDB5A83) is known color: Dark Pink. HEX triplet: DB, 5A and 83. RGB value is (219,90,131). Sum of RGB (Red+Green+Blue) = 219+90+131=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A83 is #24A57C. Grayscale: #858585. Windows color (decimal): -2401661 or 8608475. OLE color: 8608475.

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

Color convert

RGB 219 90 131 -
CMYK 0 0.59 0.40 0.14
HSL 340.93º 0.64% 0.61% -
HSV(B) 340.93º 0.59% 0.86% -
XYZ 36.97 24.01 24.16 -
YUV 133.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 219 90 131 0 0.59 0.40 0.14 340.93 0.64 0.61
Hex DB 5A 83 0 3B 28 E 155 40 3D
Octal 333 132 203 0 73 50 16 525 100 75
Binary 11011011 1011010 10000011 0 111011 101000 1110 101010101 1000000 111101

Color Harmonies of #DB5A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A83

Black with #DB5A83

Text Example


Text Example

White with #DB5A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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