Html Css Color HEX #DC465A Mandy

📋 copy color: '#DC465A'

red 220 ◦ green 70 ◦ blue 90

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

Shades of Mandy #DC465A

Tints of Mandy #DC465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 57.89%
G = 18.42%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC465A (or 0xDC465A) is known color: Mandy. HEX triplet: DC, 46 and 5A. RGB value is (220,70,90). Sum of RGB (Red+Green+Blue) = 220+70+90=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC465A is #23B9A5. Grayscale: #757575. Windows color (decimal): -2341286 or 5916380. OLE color: 5916380.

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

Color convert

RGB 220 70 90 -
CMYK 0 0.68 0.59 0.14
HSL 352º 0.68% 0.57% -
HSV(B) 352º 0.68% 0.86% -
XYZ 33.55 20.33 11.83 -
YUV 117.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 220 70 90 0 0.68 0.59 0.14 352 0.68 0.57
Hex DC 46 5A 0 44 3B E 160 44 39
Octal 334 106 132 0 104 73 16 540 104 71
Binary 11011100 1000110 1011010 0 1000100 111011 1110 101100000 1000100 111001

Color Harmonies of #DC465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC465A

Black with #DC465A

Text Example


Text Example

White with #DC465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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