Html Css Color HEX #DB454F Mandy

📋 copy color: '#DB454F'

red 219 ◦ green 69 ◦ blue 79

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

Shades of Mandy #DB454F

Tints of Mandy #DB454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 59.67%
G = 18.8%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB454F (or 0xDB454F) is known color: Mandy. HEX triplet: DB, 45 and 4F. RGB value is (219,69,79). Sum of RGB (Red+Green+Blue) = 219+69+79=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB454F is #24BAB0. Grayscale: #737373. Windows color (decimal): -2407089 or 5195227. OLE color: 5195227.

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

Color convert

RGB 219 69 79 -
CMYK 0 0.68 0.64 0.14
HSL 356º 0.68% 0.56% -
HSV(B) 356º 0.68% 0.86% -
XYZ 32.75 19.88 9.51 -
YUV 114.99 107.7 202.19 -
System Red Green Blue C M Y K H S L
Decimal 219 69 79 0 0.68 0.64 0.14 356 0.68 0.56
Hex DB 45 4F 0 44 40 E 164 44 38
Octal 333 105 117 0 104 100 16 544 104 70
Binary 11011011 1000101 1001111 0 1000100 1000000 1110 101100100 1000100 111000

Color Harmonies of #DB454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB454F

Black with #DB454F

Text Example


Text Example

White with #DB454F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB454F; }

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

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

background-color css

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

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

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

border-color css

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

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

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