Html Css Color HEX #DC4458 Mandy

📋 copy color: '#DC4458'

red 220 ◦ green 68 ◦ blue 88

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

Shades of Mandy #DC4458

Tints of Mandy #DC4458

RGB

 RED value IS 220 (86.33% from 255) = 58.51%

 GREEN value IS 68 (26.95% from 255) = 18.09%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 58.51%
G = 18.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC4458 (or 0xDC4458) is known color: Mandy. HEX triplet: DC, 44 and 58. RGB value is (220,68,88). Sum of RGB (Red+Green+Blue) = 220+68+88=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4458 is #23BBA7. Grayscale: #737373. Windows color (decimal): -2341800 or 5784796. OLE color: 5784796.

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

Color convert

RGB 220 68 88 -
CMYK 0 0.69 0.6 0.14
HSL 352.11º 0.68% 0.56% -
HSV(B) 352.11º 0.69% 0.86% -
XYZ 33.34 20.05 11.35 -
YUV 115.73 112.36 202.37 -
System Red Green Blue C M Y K H S L
Decimal 220 68 88 0 0.69 0.6 0.14 352.11 0.68 0.56
Hex DC 44 58 0 45 3C E 160 44 38
Octal 334 104 130 0 105 74 16 540 104 70
Binary 11011100 1000100 1011000 0 1000101 111100 1110 101100000 1000100 111000

Color Harmonies of #DC4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4458

Black with #DC4458

Text Example


Text Example

White with #DC4458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4458; }

 p { color: rgb(220,68,88); }

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

background-color css

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

 a { background-color: rgb(220,68,88); }

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

border-color css

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

 span { border-color: rgb(220,68,88); }

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