Html Css Color HEX #DC465C Mandy

📋 copy color: '#DC465C'

red 220 ◦ green 70 ◦ blue 92

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

Shades of Mandy #DC465C

Tints of Mandy #DC465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 57.59%
G = 18.32%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC465C (or 0xDC465C) is known color: Mandy. HEX triplet: DC, 46 and 5C. RGB value is (220,70,92). Sum of RGB (Red+Green+Blue) = 220+70+92=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC465C is #23B9A3. Grayscale: #757575. Windows color (decimal): -2341284 or 6047452. OLE color: 6047452.

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

Color convert

RGB 220 70 92 -
CMYK 0 0.68 0.58 0.14
HSL 351.2º 0.68% 0.57% -
HSV(B) 351.2º 0.68% 0.86% -
XYZ 33.64 20.37 12.28 -
YUV 117.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 220 70 92 0 0.68 0.58 0.14 351.2 0.68 0.57
Hex DC 46 5C 0 44 3A E 15F 44 39
Octal 334 106 134 0 104 72 16 537 104 71
Binary 11011100 1000110 1011100 0 1000100 111010 1110 101011111 1000100 111001

Color Harmonies of #DC465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC465C

Black with #DC465C

Text Example


Text Example

White with #DC465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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