Html Css Color HEX #DC434C Mandy

📋 copy color: '#DC434C'

red 220 ◦ green 67 ◦ blue 76

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

Shades of Mandy #DC434C

Tints of Mandy #DC434C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 60.61%
G = 18.46%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC434C (or 0xDC434C) is known color: Mandy. HEX triplet: DC, 43 and 4C. RGB value is (220,67,76). Sum of RGB (Red+Green+Blue) = 220+67+76=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC434C is #23BCB3. Grayscale: #717171. Windows color (decimal): -2342068 or 4998108. OLE color: 4998108.

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

Color convert

RGB 220 67 76 -
CMYK 0 0.70 0.65 0.14
HSL 356.47º 0.69% 0.56% -
HSV(B) 356.47º 0.7% 0.86% -
XYZ 32.83 19.75 8.92 -
YUV 113.77 106.69 203.77 -
System Red Green Blue C M Y K H S L
Decimal 220 67 76 0 0.70 0.65 0.14 356.47 0.69 0.56
Hex DC 43 4C 0 46 41 E 164 45 38
Octal 334 103 114 0 106 101 16 544 105 70
Binary 11011100 1000011 1001100 0 1000110 1000001 1110 101100100 1000101 111000

Color Harmonies of #DC434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC434C

Black with #DC434C

Text Example


Text Example

White with #DC434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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