Html Css Color HEX #DB5362 Mandy

📋 copy color: '#DB5362'

red 219 ◦ green 83 ◦ blue 98

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

Shades of Mandy #DB5362

Tints of Mandy #DB5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 54.75%
G = 20.75%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB5362 (or 0xDB5362) is known color: Mandy. HEX triplet: DB, 53 and 62. RGB value is (219,83,98). Sum of RGB (Red+Green+Blue) = 219+83+98=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5362 is #24AC9D. Grayscale: #7D7D7D. Windows color (decimal): -2403486 or 6443995. OLE color: 6443995.

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

Color convert

RGB 219 83 98 -
CMYK 0 0.62 0.55 0.14
HSL 353.38º 0.65% 0.59% -
HSV(B) 353.38º 0.62% 0.86% -
XYZ 34.51 22.13 14.01 -
YUV 125.37 112.56 194.78 -
System Red Green Blue C M Y K H S L
Decimal 219 83 98 0 0.62 0.55 0.14 353.38 0.65 0.59
Hex DB 53 62 0 3E 37 E 161 41 3B
Octal 333 123 142 0 76 67 16 541 101 73
Binary 11011011 1010011 1100010 0 111110 110111 1110 101100001 1000001 111011

Color Harmonies of #DB5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5362

Black with #DB5362

Text Example


Text Example

White with #DB5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5362; }

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

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

background-color css

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

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

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

border-color css

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

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

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