Html Css Color HEX #DC115A Ruby

📋 copy color: '#DC115A'

red 220 ◦ green 17 ◦ blue 90

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

Shades of Ruby #DC115A

Tints of Ruby #DC115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 67.28%
G = 5.2%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC115A (or 0xDC115A) is known color: Ruby. HEX triplet: DC, 11 and 5A. RGB value is (220,17,90). Sum of RGB (Red+Green+Blue) = 220+17+90=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC115A is #23EEA5. Grayscale: #555555. Windows color (decimal): -2354854 or 5902812. OLE color: 5902812.

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

Color convert

RGB 220 17 90 -
CMYK 0 0.92 0.59 0.14
HSL 338.42º 0.86% 0.46% -
HSV(B) 338.42º 0.92% 0.86% -
XYZ 31.56 16.35 11.17 -
YUV 86.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 220 17 90 0 0.92 0.59 0.14 338.42 0.86 0.46
Hex DC 11 5A 0 5C 3B E 152 56 2E
Octal 334 21 132 0 134 73 16 522 126 56
Binary 11011100 10001 1011010 0 1011100 111011 1110 101010010 1010110 101110

Color Harmonies of #DC115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC115A

Black with #DC115A

Text Example


Text Example

White with #DC115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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