Html Css Color HEX #DB6182 Dark Pink

📋 copy color: '#DB6182'

red 219 ◦ green 97 ◦ blue 130

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

Shades of Dark Pink #DB6182

Tints of Dark Pink #DB6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 49.1%
G = 21.75%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB6182 (or 0xDB6182) is known color: Dark Pink. HEX triplet: DB, 61 and 82. RGB value is (219,97,130). Sum of RGB (Red+Green+Blue) = 219+97+130=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6182 is #249E7D. Grayscale: #898989. Windows color (decimal): -2399870 or 8544731. OLE color: 8544731.

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

Color convert

RGB 219 97 130 -
CMYK 0 0.56 0.41 0.14
HSL 343.77º 0.63% 0.62% -
HSV(B) 343.77º 0.56% 0.86% -
XYZ 37.52 25.22 24.01 -
YUV 137.24 123.92 186.32 -
System Red Green Blue C M Y K H S L
Decimal 219 97 130 0 0.56 0.41 0.14 343.77 0.63 0.62
Hex DB 61 82 0 38 29 E 158 3F 3E
Octal 333 141 202 0 70 51 16 530 77 76
Binary 11011011 1100001 10000010 0 111000 101001 1110 101011000 111111 111110

Color Harmonies of #DB6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6182

Black with #DB6182

Text Example


Text Example

White with #DB6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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