Html Css Color HEX #DB548C Dark Pink

📋 copy color: '#DB548C'

red 219 ◦ green 84 ◦ blue 140

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

Shades of Dark Pink #DB548C

Tints of Dark Pink #DB548C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 49.44%
G = 18.96%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB548C (or 0xDB548C) is known color: Dark Pink. HEX triplet: DB, 54 and 8C. RGB value is (219,84,140). Sum of RGB (Red+Green+Blue) = 219+84+140=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548C is #24AB73. Grayscale: #828282. Windows color (decimal): -2403188 or 9196763. OLE color: 9196763.

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

Color convert

RGB 219 84 140 -
CMYK 0 0.62 0.36 0.14
HSL 335.11º 0.65% 0.59% -
HSV(B) 335.11º 0.62% 0.86% -
XYZ 37.12 23.29 27.35 -
YUV 130.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 219 84 140 0 0.62 0.36 0.14 335.11 0.65 0.59
Hex DB 54 8C 0 3E 24 E 14F 41 3B
Octal 333 124 214 0 76 44 16 517 101 73
Binary 11011011 1010100 10001100 0 111110 100100 1110 101001111 1000001 111011

Color Harmonies of #DB548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB548C

Black with #DB548C

Text Example


Text Example

White with #DB548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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