Html Css Color HEX #DB5C5F Mandy

📋 copy color: '#DB5C5F'

red 219 ◦ green 92 ◦ blue 95

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

Shades of Mandy #DB5C5F

Tints of Mandy #DB5C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 53.94%
G = 22.66%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB5C5F (or 0xDB5C5F) is known color: Mandy. HEX triplet: DB, 5C and 5F. RGB value is (219,92,95). Sum of RGB (Red+Green+Blue) = 219+92+95=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C5F is #24A3A0. Grayscale: #828282. Windows color (decimal): -2401185 or 6249691. OLE color: 6249691.

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

Color convert

RGB 219 92 95 -
CMYK 0 0.58 0.57 0.14
HSL 358.58º 0.64% 0.61% -
HSV(B) 358.58º 0.58% 0.86% -
XYZ 35.11 23.54 13.52 -
YUV 130.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 219 92 95 0 0.58 0.57 0.14 358.58 0.64 0.61
Hex DB 5C 5F 0 3A 39 E 167 40 3D
Octal 333 134 137 0 72 71 16 547 100 75
Binary 11011011 1011100 1011111 0 111010 111001 1110 101100111 1000000 111101

Color Harmonies of #DB5C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C5F

Black with #DB5C5F

Text Example


Text Example

White with #DB5C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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