Html Css Color HEX #DC1077 Ruby

📋 copy color: '#DC1077'

red 220 ◦ green 16 ◦ blue 119

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

Shades of Ruby #DC1077

Tints of Ruby #DC1077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 61.97%
G = 4.51%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC1077 (or 0xDC1077) is known color: Ruby. HEX triplet: DC, 10 and 77. RGB value is (220,16,119). Sum of RGB (Red+Green+Blue) = 220+16+119=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1077 is #23EF88. Grayscale: #585858. Windows color (decimal): -2355081 or 7803100. OLE color: 7803100.

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

Color convert

RGB 220 16 119 -
CMYK 0 0.93 0.46 0.14
HSL 329.71º 0.86% 0.46% -
HSV(B) 329.71º 0.93% 0.86% -
XYZ 33.03 16.92 18.98 -
YUV 88.74 145.09 221.62 -
System Red Green Blue C M Y K H S L
Decimal 220 16 119 0 0.93 0.46 0.14 329.71 0.86 0.46
Hex DC 10 77 0 5D 2E E 14A 56 2E
Octal 334 20 167 0 135 56 16 512 126 56
Binary 11011100 10000 1110111 0 1011101 101110 1110 101001010 1010110 101110

Color Harmonies of #DC1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1077

Black with #DC1077

Text Example


Text Example

White with #DC1077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1077; }

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

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

background-color css

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

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

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

border-color css

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

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

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