Html Css Color HEX #DB5F83 Dark Pink

📋 copy color: '#DB5F83'

red 219 ◦ green 95 ◦ blue 131

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

Shades of Dark Pink #DB5F83

Tints of Dark Pink #DB5F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 49.21%
G = 21.35%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB5F83 (or 0xDB5F83) is known color: Dark Pink. HEX triplet: DB, 5F and 83. RGB value is (219,95,131). Sum of RGB (Red+Green+Blue) = 219+95+131=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5F83 is #24A07C. Grayscale: #888888. Windows color (decimal): -2400381 or 8609755. OLE color: 8609755.

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

Color convert

RGB 219 95 131 -
CMYK 0 0.57 0.40 0.14
HSL 342.58º 0.63% 0.62% -
HSV(B) 342.58º 0.57% 0.86% -
XYZ 37.4 24.88 24.3 -
YUV 136.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 219 95 131 0 0.57 0.40 0.14 342.58 0.63 0.62
Hex DB 5F 83 0 39 28 E 157 3F 3E
Octal 333 137 203 0 71 50 16 527 77 76
Binary 11011011 1011111 10000011 0 111001 101000 1110 101010111 111111 111110

Color Harmonies of #DB5F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F83

Black with #DB5F83

Text Example


Text Example

White with #DB5F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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