Html Css Color HEX #DC474B Mandy

📋 copy color: '#DC474B'

red 220 ◦ green 71 ◦ blue 75

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

Shades of Mandy #DC474B

Tints of Mandy #DC474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 60.11%
G = 19.4%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC474B (or 0xDC474B) is known color: Mandy. HEX triplet: DC, 47 and 4B. RGB value is (220,71,75). Sum of RGB (Red+Green+Blue) = 220+71+75=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC474B is #23B8B4. Grayscale: #747474. Windows color (decimal): -2341045 or 4933596. OLE color: 4933596.

HSL color Cylindrical-coordinate representation of color #DC474B: hue angle of 358.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC474B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 75 -
CMYK 0 0.68 0.66 0.14
HSL 358.39º 0.68% 0.57% -
HSV(B) 358.39º 0.68% 0.86% -
XYZ 33.04 20.23 8.82 -
YUV 116.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 220 71 75 0 0.68 0.66 0.14 358.39 0.68 0.57
Hex DC 47 4B 0 44 42 E 166 44 39
Octal 334 107 113 0 104 102 16 546 104 71
Binary 11011100 1000111 1001011 0 1000100 1000010 1110 101100110 1000100 111001

Color Harmonies of #DC474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC474B

Black with #DC474B

Text Example


Text Example

White with #DC474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC474B; }

 p { color: rgb(220,71,75); }

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

background-color css

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

 a { background-color: rgb(220,71,75); }

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

border-color css

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

 span { border-color: rgb(220,71,75); }

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