Html Css Color HEX #DB5592 Dark Pink

📋 copy color: '#DB5592'

red 219 ◦ green 85 ◦ blue 146

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

Shades of Dark Pink #DB5592

Tints of Dark Pink #DB5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 48.67%
G = 18.89%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB5592 (or 0xDB5592) is known color: Dark Pink. HEX triplet: DB, 55 and 92. RGB value is (219,85,146). Sum of RGB (Red+Green+Blue) = 219+85+146=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5592 is #24AA6D. Grayscale: #838383. Windows color (decimal): -2402926 or 9590235. OLE color: 9590235.

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

Color convert

RGB 219 85 146 -
CMYK 0 0.61 0.33 0.14
HSL 332.69º 0.65% 0.6% -
HSV(B) 332.69º 0.61% 0.86% -
XYZ 37.65 23.63 29.77 -
YUV 132.02 135.89 190.04 -
System Red Green Blue C M Y K H S L
Decimal 219 85 146 0 0.61 0.33 0.14 332.69 0.65 0.6
Hex DB 55 92 0 3D 21 E 14D 41 3C
Octal 333 125 222 0 75 41 16 515 101 74
Binary 11011011 1010101 10010010 0 111101 100001 1110 101001101 1000001 111100

Color Harmonies of #DB5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5592

Black with #DB5592

Text Example


Text Example

White with #DB5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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