Html Css Color HEX #DC4358 Mandy

📋 copy color: '#DC4358'

red 220 ◦ green 67 ◦ blue 88

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

Shades of Mandy #DC4358

Tints of Mandy #DC4358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 58.67%
G = 17.87%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC4358 (or 0xDC4358) is known color: Mandy. HEX triplet: DC, 43 and 58. RGB value is (220,67,88). Sum of RGB (Red+Green+Blue) = 220+67+88=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4358 is #23BCA7. Grayscale: #737373. Windows color (decimal): -2342056 or 5784540. OLE color: 5784540.

HSL color Cylindrical-coordinate representation of color #DC4358: hue angle of 351.76º degrees, saturation: 0.69, 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 #DC4358 is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 67 88 -
CMYK 0 0.70 0.6 0.14
HSL 351.76º 0.69% 0.56% -
HSV(B) 351.76º 0.7% 0.86% -
XYZ 33.28 19.93 11.33 -
YUV 115.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 220 67 88 0 0.70 0.6 0.14 351.76 0.69 0.56
Hex DC 43 58 0 46 3C E 160 45 38
Octal 334 103 130 0 106 74 16 540 105 70
Binary 11011100 1000011 1011000 0 1000110 111100 1110 101100000 1000101 111000

Color Harmonies of #DC4358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4358

Black with #DC4358

Text Example


Text Example

White with #DC4358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4358; }

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

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

background-color css

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

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

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

border-color css

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

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

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