Html Css Color HEX #DC1154 Ruby

📋 copy color: '#DC1154'

red 220 ◦ green 17 ◦ blue 84

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

Shades of Ruby #DC1154

Tints of Ruby #DC1154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 68.54%
G = 5.3%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1154 (or 0xDC1154) is known color: Ruby. HEX triplet: DC, 11 and 54. RGB value is (220,17,84). Sum of RGB (Red+Green+Blue) = 220+17+84=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1154 is #23EEAB. Grayscale: #555555. Windows color (decimal): -2354860 or 5509596. OLE color: 5509596.

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

Color convert

RGB 220 17 84 -
CMYK 0 0.92 0.62 0.14
HSL 340.2º 0.86% 0.46% -
HSV(B) 340.2º 0.92% 0.86% -
XYZ 31.32 16.26 9.87 -
YUV 85.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 220 17 84 0 0.92 0.62 0.14 340.2 0.86 0.46
Hex DC 11 54 0 5C 3E E 154 56 2E
Octal 334 21 124 0 134 76 16 524 126 56
Binary 11011100 10001 1010100 0 1011100 111110 1110 101010100 1010110 101110

Color Harmonies of #DC1154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1154

Black with #DC1154

Text Example


Text Example

White with #DC1154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1154; }

 p { color: rgb(220,17,84); }

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

background-color css

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

 a { background-color: rgb(220,17,84); }

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

border-color css

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

 span { border-color: rgb(220,17,84); }

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