Html Css Color HEX #DB5685 Dark Pink

📋 copy color: '#DB5685'

red 219 ◦ green 86 ◦ blue 133

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

Shades of Dark Pink #DB5685

Tints of Dark Pink #DB5685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 133 (52.34% from 255) = 30.37%

R = 50%
G = 19.63%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB5685 (or 0xDB5685) is known color: Dark Pink. HEX triplet: DB, 56 and 85. RGB value is (219,86,133). Sum of RGB (Red+Green+Blue) = 219+86+133=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5685 is #24A97A. Grayscale: #838383. Windows color (decimal): -2402683 or 8738523. OLE color: 8738523.

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

Color convert

RGB 219 86 133 -
CMYK 0 0.61 0.39 0.14
HSL 338.8º 0.65% 0.6% -
HSV(B) 338.8º 0.61% 0.86% -
XYZ 36.77 23.41 24.77 -
YUV 131.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 219 86 133 0 0.61 0.39 0.14 338.8 0.65 0.6
Hex DB 56 85 0 3D 27 E 153 41 3C
Octal 333 126 205 0 75 47 16 523 101 74
Binary 11011011 1010110 10000101 0 111101 100111 1110 101010011 1000001 111100

Color Harmonies of #DB5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5685

Black with #DB5685

Text Example


Text Example

White with #DB5685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5685; }

 p { color: rgb(219,86,133); }

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

background-color css

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

 a { background-color: rgb(219,86,133); }

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

border-color css

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

 span { border-color: rgb(219,86,133); }

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