Html Css Color HEX #DB5C82 Dark Pink

📋 copy color: '#DB5C82'

red 219 ◦ green 92 ◦ blue 130

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

Shades of Dark Pink #DB5C82

Tints of Dark Pink #DB5C82

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.86%

 BLUE value IS 130 (51.17% from 255) = 29.48%

R = 49.66%
G = 20.86%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB5C82 (or 0xDB5C82) is known color: Dark Pink. HEX triplet: DB, 5C and 82. RGB value is (219,92,130). Sum of RGB (Red+Green+Blue) = 219+92+130=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5C82 is #24A37D. Grayscale: #868686. Windows color (decimal): -2401150 or 8543451. OLE color: 8543451.

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

Color convert

RGB 219 92 130 -
CMYK 0 0.58 0.41 0.14
HSL 342.05º 0.64% 0.61% -
HSV(B) 342.05º 0.58% 0.86% -
XYZ 37.07 24.33 23.86 -
YUV 134.31 125.58 188.41 -
System Red Green Blue C M Y K H S L
Decimal 219 92 130 0 0.58 0.41 0.14 342.05 0.64 0.61
Hex DB 5C 82 0 3A 29 E 156 40 3D
Octal 333 134 202 0 72 51 16 526 100 75
Binary 11011011 1011100 10000010 0 111010 101001 1110 101010110 1000000 111101

Color Harmonies of #DB5C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C82

Black with #DB5C82

Text Example


Text Example

White with #DB5C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C82; }

 p { color: rgb(219,92,130); }

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

background-color css

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

 a { background-color: rgb(219,92,130); }

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

border-color css

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

 span { border-color: rgb(219,92,130); }

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