Html Css Color HEX #DB5892 Dark Pink

📋 copy color: '#DB5892'

red 219 ◦ green 88 ◦ blue 146

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

Shades of Dark Pink #DB5892

Tints of Dark Pink #DB5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.43%

 BLUE value IS 146 (57.42% from 255) = 32.23%

R = 48.34%
G = 19.43%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5892 (or 0xDB5892) is known color: Dark Pink. HEX triplet: DB, 58 and 92. RGB value is (219,88,146). Sum of RGB (Red+Green+Blue) = 219+88+146=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5892 is #24A76D. Grayscale: #858585. Windows color (decimal): -2402158 or 9591003. OLE color: 9591003.

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

Color convert

RGB 219 88 146 -
CMYK 0 0.60 0.33 0.14
HSL 333.44º 0.65% 0.6% -
HSV(B) 333.44º 0.6% 0.86% -
XYZ 37.89 24.11 29.85 -
YUV 133.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 219 88 146 0 0.60 0.33 0.14 333.44 0.65 0.6
Hex DB 58 92 0 3C 21 E 14D 41 3C
Octal 333 130 222 0 74 41 16 515 101 74
Binary 11011011 1011000 10010010 0 111100 100001 1110 101001101 1000001 111100

Color Harmonies of #DB5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5892

Black with #DB5892

Text Example


Text Example

White with #DB5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5892; }

 p { color: rgb(219,88,146); }

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

background-color css

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

 a { background-color: rgb(219,88,146); }

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

border-color css

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

 span { border-color: rgb(219,88,146); }

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