Html Css Color HEX #DB5C62 Mandy

📋 copy color: '#DB5C62'

red 219 ◦ green 92 ◦ blue 98

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

Shades of Mandy #DB5C62

Tints of Mandy #DB5C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 53.55%
G = 22.49%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5C62 (or 0xDB5C62) is known color: Mandy. HEX triplet: DB, 5C and 62. RGB value is (219,92,98). Sum of RGB (Red+Green+Blue) = 219+92+98=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C62 is #24A39D. Grayscale: #828282. Windows color (decimal): -2401182 or 6446299. OLE color: 6446299.

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

Color convert

RGB 219 92 98 -
CMYK 0 0.58 0.55 0.14
HSL 357.17º 0.64% 0.61% -
HSV(B) 357.17º 0.58% 0.86% -
XYZ 35.25 23.6 14.25 -
YUV 130.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 219 92 98 0 0.58 0.55 0.14 357.17 0.64 0.61
Hex DB 5C 62 0 3A 37 E 165 40 3D
Octal 333 134 142 0 72 67 16 545 100 75
Binary 11011011 1011100 1100010 0 111010 110111 1110 101100101 1000000 111101

Color Harmonies of #DB5C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C62

Black with #DB5C62

Text Example


Text Example

White with #DB5C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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