Html Css Color HEX #DB515C Mandy

📋 copy color: '#DB515C'

red 219 ◦ green 81 ◦ blue 92

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

Shades of Mandy #DB515C

Tints of Mandy #DB515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 55.87%
G = 20.66%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB515C (or 0xDB515C) is known color: Mandy. HEX triplet: DB, 51 and 5C. RGB value is (219,81,92). Sum of RGB (Red+Green+Blue) = 219+81+92=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB515C is #24AEA3. Grayscale: #7B7B7B. Windows color (decimal): -2404004 or 6050267. OLE color: 6050267.

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

Color convert

RGB 219 81 92 -
CMYK 0 0.63 0.58 0.14
HSL 355.22º 0.66% 0.59% -
HSV(B) 355.22º 0.63% 0.86% -
XYZ 34.09 21.72 12.52 -
YUV 123.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 219 81 92 0 0.63 0.58 0.14 355.22 0.66 0.59
Hex DB 51 5C 0 3F 3A E 163 42 3B
Octal 333 121 134 0 77 72 16 543 102 73
Binary 11011011 1010001 1011100 0 111111 111010 1110 101100011 1000010 111011

Color Harmonies of #DB515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB515C

Black with #DB515C

Text Example


Text Example

White with #DB515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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