Html Css Color HEX #DB5163 Mandy

📋 copy color: '#DB5163'

red 219 ◦ green 81 ◦ blue 99

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

Shades of Mandy #DB5163

Tints of Mandy #DB5163

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 99 (39.06% from 255) = 24.81%

R = 54.89%
G = 20.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5163 (or 0xDB5163) is known color: Mandy. HEX triplet: DB, 51 and 63. RGB value is (219,81,99). Sum of RGB (Red+Green+Blue) = 219+81+99=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5163 is #24AE9C. Grayscale: #7C7C7C. Windows color (decimal): -2403997 or 6509019. OLE color: 6509019.

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

Color convert

RGB 219 81 99 -
CMYK 0 0.63 0.55 0.14
HSL 352.17º 0.66% 0.59% -
HSV(B) 352.17º 0.63% 0.86% -
XYZ 34.41 21.85 14.21 -
YUV 124.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 219 81 99 0 0.63 0.55 0.14 352.17 0.66 0.59
Hex DB 51 63 0 3F 37 E 160 42 3B
Octal 333 121 143 0 77 67 16 540 102 73
Binary 11011011 1010001 1100011 0 111111 110111 1110 101100000 1000010 111011

Color Harmonies of #DB5163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5163

Black with #DB5163

Text Example


Text Example

White with #DB5163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5163; }

 p { color: rgb(219,81,99); }

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

background-color css

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

 a { background-color: rgb(219,81,99); }

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

border-color css

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

 span { border-color: rgb(219,81,99); }

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