Html Css Color HEX #DB4255 Mandy

📋 copy color: '#DB4255'

red 219 ◦ green 66 ◦ blue 85

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

Shades of Mandy #DB4255

Tints of Mandy #DB4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 59.19%
G = 17.84%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DB4255 (or 0xDB4255) is known color: Mandy. HEX triplet: DB, 42 and 55. RGB value is (219,66,85). Sum of RGB (Red+Green+Blue) = 219+66+85=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4255 is #24BDAA. Grayscale: #717171. Windows color (decimal): -2407851 or 5587675. OLE color: 5587675.

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

Color convert

RGB 219 66 85 -
CMYK 0 0.70 0.61 0.14
HSL 352.55º 0.68% 0.56% -
HSV(B) 352.55º 0.7% 0.86% -
XYZ 32.8 19.61 10.65 -
YUV 113.91 111.69 202.96 -
System Red Green Blue C M Y K H S L
Decimal 219 66 85 0 0.70 0.61 0.14 352.55 0.68 0.56
Hex DB 42 55 0 46 3D E 161 44 38
Octal 333 102 125 0 106 75 16 541 104 70
Binary 11011011 1000010 1010101 0 1000110 111101 1110 101100001 1000100 111000

Color Harmonies of #DB4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4255

Black with #DB4255

Text Example


Text Example

White with #DB4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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