Html Css Color HEX #DB548B Dark Pink

📋 copy color: '#DB548B'

red 219 ◦ green 84 ◦ blue 139

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

Shades of Dark Pink #DB548B

Tints of Dark Pink #DB548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 49.55%
G = 19%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB548B (or 0xDB548B) is known color: Dark Pink. HEX triplet: DB, 54 and 8B. RGB value is (219,84,139). Sum of RGB (Red+Green+Blue) = 219+84+139=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548B is #24AB74. Grayscale: #828282. Windows color (decimal): -2403189 or 9131227. OLE color: 9131227.

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

Color convert

RGB 219 84 139 -
CMYK 0 0.62 0.37 0.14
HSL 335.56º 0.65% 0.59% -
HSV(B) 335.56º 0.62% 0.86% -
XYZ 37.04 23.26 26.96 -
YUV 130.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 219 84 139 0 0.62 0.37 0.14 335.56 0.65 0.59
Hex DB 54 8B 0 3E 25 E 150 41 3B
Octal 333 124 213 0 76 45 16 520 101 73
Binary 11011011 1010100 10001011 0 111110 100101 1110 101010000 1000001 111011

Color Harmonies of #DB548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB548B

Black with #DB548B

Text Example


Text Example

White with #DB548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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