Html Css Color HEX #DC464B Mandy

📋 copy color: '#DC464B'

red 220 ◦ green 70 ◦ blue 75

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

Shades of Mandy #DC464B

Tints of Mandy #DC464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

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

R = 60.27%
G = 19.18%
B = 20.55%

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

#DC464B (or 0xDC464B) is known color: Mandy. HEX triplet: DC, 46 and 4B. RGB value is (220,70,75). Sum of RGB (Red+Green+Blue) = 220+70+75=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC464B is #23B9B4. Grayscale: #737373. Windows color (decimal): -2341301 or 4933340. OLE color: 4933340.

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

Color convert

RGB 220 70 75 -
CMYK 0 0.68 0.66 0.14
HSL 358º 0.68% 0.57% -
HSV(B) 358º 0.68% 0.86% -
XYZ 32.98 20.1 8.8 -
YUV 115.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 220 70 75 0 0.68 0.66 0.14 358 0.68 0.57
Hex DC 46 4B 0 44 42 E 166 44 39
Octal 334 106 113 0 104 102 16 546 104 71
Binary 11011100 1000110 1001011 0 1000100 1000010 1110 101100110 1000100 111001

Color Harmonies of #DC464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC464B

Black with #DC464B

Text Example


Text Example

White with #DC464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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