Html Css Color HEX #DC1057 Ruby

📋 copy color: '#DC1057'

red 220 ◦ green 16 ◦ blue 87

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

Shades of Ruby #DC1057

Tints of Ruby #DC1057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 87 (34.38% from 255) = 26.93%

R = 68.11%
G = 4.95%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1057 (or 0xDC1057) is known color: Ruby. HEX triplet: DC, 10 and 57. RGB value is (220,16,87). Sum of RGB (Red+Green+Blue) = 220+16+87=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1057 is #23EFA8. Grayscale: #555555. Windows color (decimal): -2355113 or 5705948. OLE color: 5705948.

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

Color convert

RGB 220 16 87 -
CMYK 0 0.93 0.60 0.14
HSL 339.12º 0.86% 0.46% -
HSV(B) 339.12º 0.93% 0.86% -
XYZ 31.42 16.27 10.5 -
YUV 85.09 129.09 224.23 -
System Red Green Blue C M Y K H S L
Decimal 220 16 87 0 0.93 0.60 0.14 339.12 0.86 0.46
Hex DC 10 57 0 5D 3C E 153 56 2E
Octal 334 20 127 0 135 74 16 523 126 56
Binary 11011100 10000 1010111 0 1011101 111100 1110 101010011 1010110 101110

Color Harmonies of #DC1057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1057

Black with #DC1057

Text Example


Text Example

White with #DC1057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1057; }

 p { color: rgb(220,16,87); }

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

background-color css

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

 a { background-color: rgb(220,16,87); }

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

border-color css

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

 span { border-color: rgb(220,16,87); }

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