Html Css Color HEX #DB548E Dark Pink

📋 copy color: '#DB548E'

red 219 ◦ green 84 ◦ blue 142

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

Shades of Dark Pink #DB548E

Tints of Dark Pink #DB548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 49.21%
G = 18.88%
B = 31.91%

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

#DB548E (or 0xDB548E) is known color: Dark Pink. HEX triplet: DB, 54 and 8E. RGB value is (219,84,142). Sum of RGB (Red+Green+Blue) = 219+84+142=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548E is #24AB71. Grayscale: #828282. Windows color (decimal): -2403186 or 9327835. OLE color: 9327835.

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

Color convert

RGB 219 84 142 -
CMYK 0 0.62 0.35 0.14
HSL 334.22º 0.65% 0.59% -
HSV(B) 334.22º 0.62% 0.86% -
XYZ 37.27 23.35 28.13 -
YUV 130.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 219 84 142 0 0.62 0.35 0.14 334.22 0.65 0.59
Hex DB 54 8E 0 3E 23 E 14E 41 3B
Octal 333 124 216 0 76 43 16 516 101 73
Binary 11011011 1010100 10001110 0 111110 100011 1110 101001110 1000001 111011

Color Harmonies of #DB548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB548E

Black with #DB548E

Text Example


Text Example

White with #DB548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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