Html Css Color HEX #DB535C Mandy

📋 copy color: '#DB535C'

red 219 ◦ green 83 ◦ blue 92

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

Shades of Mandy #DB535C

Tints of Mandy #DB535C

RGB

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

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

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

R = 55.58%
G = 21.07%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB535C (or 0xDB535C) is known color: Mandy. HEX triplet: DB, 53 and 5C. RGB value is (219,83,92). Sum of RGB (Red+Green+Blue) = 219+83+92=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB535C is #24ACA3. Grayscale: #7C7C7C. Windows color (decimal): -2403492 or 6050779. OLE color: 6050779.

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

Color convert

RGB 219 83 92 -
CMYK 0 0.62 0.58 0.14
HSL 356.03º 0.65% 0.59% -
HSV(B) 356.03º 0.62% 0.86% -
XYZ 34.24 22.02 12.57 -
YUV 124.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 219 83 92 0 0.62 0.58 0.14 356.03 0.65 0.59
Hex DB 53 5C 0 3E 3A E 164 41 3B
Octal 333 123 134 0 76 72 16 544 101 73
Binary 11011011 1010011 1011100 0 111110 111010 1110 101100100 1000001 111011

Color Harmonies of #DB535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB535C

Black with #DB535C

Text Example


Text Example

White with #DB535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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