Html Css Color HEX #DB548F Dark Pink

📋 copy color: '#DB548F'

red 219 ◦ green 84 ◦ blue 143

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

Shades of Dark Pink #DB548F

Tints of Dark Pink #DB548F

RGB

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

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

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

R = 49.1%
G = 18.83%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB548F (or 0xDB548F) is known color: Dark Pink. HEX triplet: DB, 54 and 8F. RGB value is (219,84,143). Sum of RGB (Red+Green+Blue) = 219+84+143=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548F is #24AB70. Grayscale: #828282. Windows color (decimal): -2403185 or 9393371. OLE color: 9393371.

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

Color convert

RGB 219 84 143 -
CMYK 0 0.62 0.35 0.14
HSL 333.78º 0.65% 0.59% -
HSV(B) 333.78º 0.62% 0.86% -
XYZ 37.34 23.38 28.53 -
YUV 131.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 219 84 143 0 0.62 0.35 0.14 333.78 0.65 0.59
Hex DB 54 8F 0 3E 23 E 14E 41 3B
Octal 333 124 217 0 76 43 16 516 101 73
Binary 11011011 1010100 10001111 0 111110 100011 1110 101001110 1000001 111011

Color Harmonies of #DB548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB548F

Black with #DB548F

Text Example


Text Example

White with #DB548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB548F; }

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

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

background-color css

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

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

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

border-color css

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

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

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