Html Css Color HEX #DC156D Ruby

📋 copy color: '#DC156D'

red 220 ◦ green 21 ◦ blue 109

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

Shades of Ruby #DC156D

Tints of Ruby #DC156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 62.86%
G = 6%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC156D (or 0xDC156D) is known color: Ruby. HEX triplet: DC, 15 and 6D. RGB value is (220,21,109). Sum of RGB (Red+Green+Blue) = 220+21+109=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC156D is #23EA92. Grayscale: #5A5A5A. Windows color (decimal): -2353811 or 7149020. OLE color: 7149020.

HSL color Cylindrical-coordinate representation of color #DC156D: hue angle of 333.47º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC156D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 109 -
CMYK 0 0.90 0.50 0.14
HSL 333.47º 0.83% 0.47% -
HSV(B) 333.47º 0.9% 0.86% -
XYZ 32.54 16.86 16.01 -
YUV 90.53 138.43 220.34 -
System Red Green Blue C M Y K H S L
Decimal 220 21 109 0 0.90 0.50 0.14 333.47 0.83 0.47
Hex DC 15 6D 0 5A 32 E 14D 53 2F
Octal 334 25 155 0 132 62 16 515 123 57
Binary 11011100 10101 1101101 0 1011010 110010 1110 101001101 1010011 101111

Color Harmonies of #DC156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC156D

Black with #DC156D

Text Example


Text Example

White with #DC156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC156D; }

 p { color: rgb(220,21,109); }

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

background-color css

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

 a { background-color: rgb(220,21,109); }

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

border-color css

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

 span { border-color: rgb(220,21,109); }

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