Html Css Color HEX #DB455F Mandy

📋 copy color: '#DB455F'

red 219 ◦ green 69 ◦ blue 95

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

Shades of Mandy #DB455F

Tints of Mandy #DB455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 57.18%
G = 18.02%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB455F (or 0xDB455F) is known color: Mandy. HEX triplet: DB, 45 and 5F. RGB value is (219,69,95). Sum of RGB (Red+Green+Blue) = 219+69+95=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB455F is #24BAA0. Grayscale: #747474. Windows color (decimal): -2407073 or 6243803. OLE color: 6243803.

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

Color convert

RGB 219 69 95 -
CMYK 0 0.68 0.57 0.14
HSL 349.6º 0.68% 0.56% -
HSV(B) 349.6º 0.68% 0.86% -
XYZ 33.41 20.14 12.95 -
YUV 116.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 219 69 95 0 0.68 0.57 0.14 349.6 0.68 0.56
Hex DB 45 5F 0 44 39 E 15E 44 38
Octal 333 105 137 0 104 71 16 536 104 70
Binary 11011011 1000101 1011111 0 1000100 111001 1110 101011110 1000100 111000

Color Harmonies of #DB455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB455F

Black with #DB455F

Text Example


Text Example

White with #DB455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB455F; }

 p { color: rgb(219,69,95); }

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

background-color css

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

 a { background-color: rgb(219,69,95); }

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

border-color css

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

 span { border-color: rgb(219,69,95); }

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