Html Css Color HEX #DC4154 Mandy

📋 copy color: '#DC4154'

red 220 ◦ green 65 ◦ blue 84

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

Shades of Mandy #DC4154

Tints of Mandy #DC4154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

 BLUE value IS 84 (33.2% from 255) = 22.76%

R = 59.62%
G = 17.62%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC4154 (or 0xDC4154) is known color: Mandy. HEX triplet: DC, 41 and 54. RGB value is (220,65,84). Sum of RGB (Red+Green+Blue) = 220+65+84=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4154 is #23BEAB. Grayscale: #717171. Windows color (decimal): -2342572 or 5521884. OLE color: 5521884.

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

Color convert

RGB 220 65 84 -
CMYK 0 0.70 0.62 0.14
HSL 352.65º 0.69% 0.56% -
HSV(B) 352.65º 0.7% 0.86% -
XYZ 33.01 19.64 10.44 -
YUV 113.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 220 65 84 0 0.70 0.62 0.14 352.65 0.69 0.56
Hex DC 41 54 0 46 3E E 161 45 38
Octal 334 101 124 0 106 76 16 541 105 70
Binary 11011100 1000001 1010100 0 1000110 111110 1110 101100001 1000101 111000

Color Harmonies of #DC4154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4154

Black with #DC4154

Text Example


Text Example

White with #DC4154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4154; }

 p { color: rgb(220,65,84); }

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

background-color css

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

 a { background-color: rgb(220,65,84); }

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

border-color css

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

 span { border-color: rgb(220,65,84); }

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