#de4348

Color #DE4348 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #DE4348

Tints of Mandy #DE4348

Color information

#DE4348 (or 0xDE4348) is unknown color: approx Mandy. HEX triplet: DE, 43 and 48. RGB value is (222,67,72). Sum of RGB (Red+Green+Blue) = 222+67+72=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4348 is #21BCB7. Grayscale: #727272. Windows color (decimal): -2211000 or 4735966. OLE color: 4735966.

HSL color Cylindrical-coordinate representation of color #DE4348: hue angle of 358.06º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4348 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2226772-
CMYK00.700.680.13
HSL358.06º70.14%56.67%-
HSV(B)358.06º69.82%87.06%-
XYZ33.320.018.24-
YUV113.92104.35205.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 61.50%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=61.50%
G=18.56%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222677200.700.680.13358.0670.1456.67
HexDE434804644D1664639
Octal33610311001061041554610671
Binary110111101000011100100001000110100010011011011001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de4348; }

 p { color: rgb(222,67,72); }

 H1.HeaderClassName
 {
   color: #de4348;
 }
 .AnyTagClassName
 {
   color: #de4348;
 }
</style>
background-color css

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

 a { background-color: rgb(222,67,72); }

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

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

 span { border-color: rgb(222,67,72); }

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