Html Css Color HEX #DB535F Mandy

📋 copy color: '#DB535F'

red 219 ◦ green 83 ◦ blue 95

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

Shades of Mandy #DB535F

Tints of Mandy #DB535F

RGB

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

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

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

R = 55.16%
G = 20.91%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB535F (or 0xDB535F) is known color: Mandy. HEX triplet: DB, 53 and 5F. RGB value is (219,83,95). Sum of RGB (Red+Green+Blue) = 219+83+95=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB535F is #24ACA0. Grayscale: #7D7D7D. Windows color (decimal): -2403489 or 6247387. OLE color: 6247387.

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

Color convert

RGB 219 83 95 -
CMYK 0 0.62 0.57 0.14
HSL 354.71º 0.65% 0.59% -
HSV(B) 354.71º 0.62% 0.86% -
XYZ 34.37 22.07 13.28 -
YUV 125.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 219 83 95 0 0.62 0.57 0.14 354.71 0.65 0.59
Hex DB 53 5F 0 3E 39 E 163 41 3B
Octal 333 123 137 0 76 71 16 543 101 73
Binary 11011011 1010011 1011111 0 111110 111001 1110 101100011 1000001 111011

Color Harmonies of #DB535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB535F

Black with #DB535F

Text Example


Text Example

White with #DB535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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