Html Css Color HEX #DB4B55 Mandy

📋 copy color: '#DB4B55'

red 219 ◦ green 75 ◦ blue 85

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

Shades of Mandy #DB4B55

Tints of Mandy #DB4B55

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 57.78%
G = 19.79%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4B55 (or 0xDB4B55) is known color: Mandy. HEX triplet: DB, 4B and 55. RGB value is (219,75,85). Sum of RGB (Red+Green+Blue) = 219+75+85=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4B55 is #24B4AA. Grayscale: #777777. Windows color (decimal): -2405547 or 5589979. OLE color: 5589979.

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

Color convert

RGB 219 75 85 -
CMYK 0 0.66 0.61 0.14
HSL 355.83º 0.67% 0.58% -
HSV(B) 355.83º 0.66% 0.86% -
XYZ 33.37 20.75 10.84 -
YUV 119.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 219 75 85 0 0.66 0.61 0.14 355.83 0.67 0.58
Hex DB 4B 55 0 42 3D E 164 43 3A
Octal 333 113 125 0 102 75 16 544 103 72
Binary 11011011 1001011 1010101 0 1000010 111101 1110 101100100 1000011 111010

Color Harmonies of #DB4B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B55

Black with #DB4B55

Text Example


Text Example

White with #DB4B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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