Html Css Color HEX #DB5C65 Mandy

📋 copy color: '#DB5C65'

red 219 ◦ green 92 ◦ blue 101

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

Shades of Mandy #DB5C65

Tints of Mandy #DB5C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.51%

R = 53.16%
G = 22.33%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB5C65 (or 0xDB5C65) is known color: Mandy. HEX triplet: DB, 5C and 65. RGB value is (219,92,101). Sum of RGB (Red+Green+Blue) = 219+92+101=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C65 is #24A39A. Grayscale: #838383. Windows color (decimal): -2401179 or 6642907. OLE color: 6642907.

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

Color convert

RGB 219 92 101 -
CMYK 0 0.58 0.54 0.14
HSL 355.75º 0.64% 0.61% -
HSV(B) 355.75º 0.58% 0.86% -
XYZ 35.39 23.65 15.01 -
YUV 131 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 219 92 101 0 0.58 0.54 0.14 355.75 0.64 0.61
Hex DB 5C 65 0 3A 36 E 164 40 3D
Octal 333 134 145 0 72 66 16 544 100 75
Binary 11011011 1011100 1100101 0 111010 110110 1110 101100100 1000000 111101

Color Harmonies of #DB5C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C65

Black with #DB5C65

Text Example


Text Example

White with #DB5C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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