Html Css Color HEX #DC4651 Mandy

📋 copy color: '#DC4651'

red 220 ◦ green 70 ◦ blue 81

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

Shades of Mandy #DC4651

Tints of Mandy #DC4651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 59.3%
G = 18.87%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC4651 (or 0xDC4651) is known color: Mandy. HEX triplet: DC, 46 and 51. RGB value is (220,70,81). Sum of RGB (Red+Green+Blue) = 220+70+81=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4651 is #23B9AE. Grayscale: #747474. Windows color (decimal): -2341295 or 5326556. OLE color: 5326556.

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

Color convert

RGB 220 70 81 -
CMYK 0 0.68 0.63 0.14
HSL 355.6º 0.68% 0.57% -
HSV(B) 355.6º 0.68% 0.86% -
XYZ 33.19 20.19 9.93 -
YUV 116.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 220 70 81 0 0.68 0.63 0.14 355.6 0.68 0.57
Hex DC 46 51 0 44 3F E 164 44 39
Octal 334 106 121 0 104 77 16 544 104 71
Binary 11011100 1000110 1010001 0 1000100 111111 1110 101100100 1000100 111001

Color Harmonies of #DC4651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4651

Black with #DC4651

Text Example


Text Example

White with #DC4651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4651; }

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

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

background-color css

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

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

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

border-color css

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

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

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