Html Css Color HEX #DC434A Mandy

📋 copy color: '#DC434A'

red 220 ◦ green 67 ◦ blue 74

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

Shades of Mandy #DC434A

Tints of Mandy #DC434A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 60.94%
G = 18.56%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC434A (or 0xDC434A) is known color: Mandy. HEX triplet: DC, 43 and 4A. RGB value is (220,67,74). Sum of RGB (Red+Green+Blue) = 220+67+74=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC434A is #23BCB5. Grayscale: #717171. Windows color (decimal): -2342070 or 4867036. OLE color: 4867036.

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

Color convert

RGB 220 67 74 -
CMYK 0 0.70 0.66 0.14
HSL 357.25º 0.69% 0.56% -
HSV(B) 357.25º 0.7% 0.86% -
XYZ 32.76 19.72 8.56 -
YUV 113.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 220 67 74 0 0.70 0.66 0.14 357.25 0.69 0.56
Hex DC 43 4A 0 46 42 E 165 45 38
Octal 334 103 112 0 106 102 16 545 105 70
Binary 11011100 1000011 1001010 0 1000110 1000010 1110 101100101 1000101 111000

Color Harmonies of #DC434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC434A

Black with #DC434A

Text Example


Text Example

White with #DC434A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC434A; }

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

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

background-color css

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

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

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

border-color css

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

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

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