Html Css Color HEX #DB5B8F Dark Pink

📋 copy color: '#DB5B8F'

red 219 ◦ green 91 ◦ blue 143

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

Shades of Dark Pink #DB5B8F

Tints of Dark Pink #DB5B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.57%

R = 48.34%
G = 20.09%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB5B8F (or 0xDB5B8F) is known color: Dark Pink. HEX triplet: DB, 5B and 8F. RGB value is (219,91,143). Sum of RGB (Red+Green+Blue) = 219+91+143=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5B8F is #24A470. Grayscale: #878787. Windows color (decimal): -2401393 or 9395163. OLE color: 9395163.

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

Color convert

RGB 219 91 143 -
CMYK 0 0.58 0.35 0.14
HSL 335.63º 0.64% 0.61% -
HSV(B) 335.63º 0.58% 0.86% -
XYZ 37.91 24.53 28.72 -
YUV 135.2 132.41 187.77 -
System Red Green Blue C M Y K H S L
Decimal 219 91 143 0 0.58 0.35 0.14 335.63 0.64 0.61
Hex DB 5B 8F 0 3A 23 E 150 40 3D
Octal 333 133 217 0 72 43 16 520 100 75
Binary 11011011 1011011 10001111 0 111010 100011 1110 101010000 1000000 111101

Color Harmonies of #DB5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B8F

Black with #DB5B8F

Text Example


Text Example

White with #DB5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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