Html Css Color HEX #DB4655 Mandy

📋 copy color: '#DB4655'

red 219 ◦ green 70 ◦ blue 85

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

Shades of Mandy #DB4655

Tints of Mandy #DB4655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 58.56%
G = 18.72%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4655 (or 0xDB4655) is known color: Mandy. HEX triplet: DB, 46 and 55. RGB value is (219,70,85). Sum of RGB (Red+Green+Blue) = 219+70+85=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4655 is #24B9AA. Grayscale: #747474. Windows color (decimal): -2406827 or 5588699. OLE color: 5588699.

HSL color Cylindrical-coordinate representation of color #DB4655: hue angle of 353.96º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4655 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 85 -
CMYK 0 0.68 0.61 0.14
HSL 353.96º 0.67% 0.57% -
HSV(B) 353.96º 0.68% 0.86% -
XYZ 33.04 20.1 10.73 -
YUV 116.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 219 70 85 0 0.68 0.61 0.14 353.96 0.67 0.57
Hex DB 46 55 0 44 3D E 162 43 39
Octal 333 106 125 0 104 75 16 542 103 71
Binary 11011011 1000110 1010101 0 1000100 111101 1110 101100010 1000011 111001

Color Harmonies of #DB4655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4655

Black with #DB4655

Text Example


Text Example

White with #DB4655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4655; }

 p { color: rgb(219,70,85); }

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

background-color css

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

 a { background-color: rgb(219,70,85); }

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

border-color css

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

 span { border-color: rgb(219,70,85); }

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