Html Css Color HEX #DB6083 Dark Pink

📋 copy color: '#DB6083'

red 219 ◦ green 96 ◦ blue 131

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

Shades of Dark Pink #DB6083

Tints of Dark Pink #DB6083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.52%

 BLUE value IS 131 (51.56% from 255) = 29.37%

R = 49.1%
G = 21.52%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB6083 (or 0xDB6083) is known color: Dark Pink. HEX triplet: DB, 60 and 83. RGB value is (219,96,131). Sum of RGB (Red+Green+Blue) = 219+96+131=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6083 is #249F7C. Grayscale: #888888. Windows color (decimal): -2400125 or 8610011. OLE color: 8610011.

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

Color convert

RGB 219 96 131 -
CMYK 0 0.56 0.40 0.14
HSL 342.93º 0.63% 0.62% -
HSV(B) 342.93º 0.56% 0.86% -
XYZ 37.49 25.06 24.33 -
YUV 136.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 219 96 131 0 0.56 0.40 0.14 342.93 0.63 0.62
Hex DB 60 83 0 38 28 E 157 3F 3E
Octal 333 140 203 0 70 50 16 527 77 76
Binary 11011011 1100000 10000011 0 111000 101000 1110 101010111 111111 111110

Color Harmonies of #DB6083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6083

Black with #DB6083

Text Example


Text Example

White with #DB6083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6083; }

 p { color: rgb(219,96,131); }

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

background-color css

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

 a { background-color: rgb(219,96,131); }

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

border-color css

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

 span { border-color: rgb(219,96,131); }

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