Html Css Color HEX #DB4D8C Dark Pink

📋 copy color: '#DB4D8C'

red 219 ◦ green 77 ◦ blue 140

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

Shades of Dark Pink #DB4D8C

Tints of Dark Pink #DB4D8C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 50.23%
G = 17.66%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB4D8C (or 0xDB4D8C) is known color: Dark Pink. HEX triplet: DB, 4D and 8C. RGB value is (219,77,140). Sum of RGB (Red+Green+Blue) = 219+77+140=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D8C is #24B273. Grayscale: #7E7E7E. Windows color (decimal): -2404980 or 9194971. OLE color: 9194971.

HSL color Cylindrical-coordinate representation of color #DB4D8C: hue angle of 333.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D8C is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 140 -
CMYK 0 0.65 0.36 0.14
HSL 333.38º 0.66% 0.58% -
HSV(B) 333.38º 0.65% 0.86% -
XYZ 36.6 22.26 27.18 -
YUV 126.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 219 77 140 0 0.65 0.36 0.14 333.38 0.66 0.58
Hex DB 4D 8C 0 41 24 E 14D 42 3A
Octal 333 115 214 0 101 44 16 515 102 72
Binary 11011011 1001101 10001100 0 1000001 100100 1110 101001101 1000010 111010

Color Harmonies of #DB4D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D8C

Black with #DB4D8C

Text Example


Text Example

White with #DB4D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D8C; }

 p { color: rgb(219,77,140); }

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

background-color css

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

 a { background-color: rgb(219,77,140); }

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

border-color css

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

 span { border-color: rgb(219,77,140); }

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