Html Css Color HEX #DB548A Dark Pink

📋 copy color: '#DB548A'

red 219 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #DB548A

Tints of Dark Pink #DB548A

RGB

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

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

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

R = 49.66%
G = 19.05%
B = 31.29%

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

#DB548A (or 0xDB548A) is known color: Dark Pink. HEX triplet: DB, 54 and 8A. RGB value is (219,84,138). Sum of RGB (Red+Green+Blue) = 219+84+138=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB548A is #24AB75. Grayscale: #828282. Windows color (decimal): -2403190 or 9065691. OLE color: 9065691.

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

Color convert

RGB 219 84 138 -
CMYK 0 0.62 0.37 0.14
HSL 336º 0.65% 0.59% -
HSV(B) 336º 0.62% 0.86% -
XYZ 36.97 23.24 26.58 -
YUV 130.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 219 84 138 0 0.62 0.37 0.14 336 0.65 0.59
Hex DB 54 8A 0 3E 25 E 150 41 3B
Octal 333 124 212 0 76 45 16 520 101 73
Binary 11011011 1010100 10001010 0 111110 100101 1110 101010000 1000001 111011

Color Harmonies of #DB548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB548A

Black with #DB548A

Text Example


Text Example

White with #DB548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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