Html Css Color HEX #DB4D8A Dark Pink

📋 copy color: '#DB4D8A'

red 219 ◦ green 77 ◦ blue 138

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

Shades of Dark Pink #DB4D8A

Tints of Dark Pink #DB4D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.8%

R = 50.46%
G = 17.74%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB4D8A (or 0xDB4D8A) is known color: Dark Pink. HEX triplet: DB, 4D and 8A. RGB value is (219,77,138). Sum of RGB (Red+Green+Blue) = 219+77+138=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4D8A is #24B275. Grayscale: #7E7E7E. Windows color (decimal): -2404982 or 9063899. OLE color: 9063899.

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

Color convert

RGB 219 77 138 -
CMYK 0 0.65 0.37 0.14
HSL 334.23º 0.66% 0.58% -
HSV(B) 334.23º 0.65% 0.86% -
XYZ 36.45 22.2 26.41 -
YUV 126.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 219 77 138 0 0.65 0.37 0.14 334.23 0.66 0.58
Hex DB 4D 8A 0 41 25 E 14E 42 3A
Octal 333 115 212 0 101 45 16 516 102 72
Binary 11011011 1001101 10001010 0 1000001 100101 1110 101001110 1000010 111010

Color Harmonies of #DB4D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D8A

Black with #DB4D8A

Text Example


Text Example

White with #DB4D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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