Html Css Color HEX #DC4259 Mandy

📋 copy color: '#DC4259'

red 220 ◦ green 66 ◦ blue 89

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

Shades of Mandy #DC4259

Tints of Mandy #DC4259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

 BLUE value IS 89 (35.16% from 255) = 23.73%

R = 58.67%
G = 17.6%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC4259 (or 0xDC4259) is known color: Mandy. HEX triplet: DC, 42 and 59. RGB value is (220,66,89). Sum of RGB (Red+Green+Blue) = 220+66+89=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4259 is #23BDA6. Grayscale: #727272. Windows color (decimal): -2342311 or 5849820. OLE color: 5849820.

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

Color convert

RGB 220 66 89 -
CMYK 0 0.7 0.60 0.14
HSL 351.04º 0.69% 0.56% -
HSV(B) 351.04º 0.7% 0.86% -
XYZ 33.27 19.83 11.53 -
YUV 114.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 220 66 89 0 0.7 0.60 0.14 351.04 0.69 0.56
Hex DC 42 59 0 46 3C E 15F 45 38
Octal 334 102 131 0 106 74 16 537 105 70
Binary 11011100 1000010 1011001 0 1000110 111100 1110 101011111 1000101 111000

Color Harmonies of #DC4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4259

Black with #DC4259

Text Example


Text Example

White with #DC4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4259; }

 p { color: rgb(220,66,89); }

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

background-color css

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

 a { background-color: rgb(220,66,89); }

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

border-color css

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

 span { border-color: rgb(220,66,89); }

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