#DC1865

Color #DC1865 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #DC1865

Tints of Ruby #DC1865

Color information

#DC1865 (or 0xDC1865) is unknown color: approx Ruby. HEX triplet: DC, 18 and 65. RGB value is (220,24,101). Sum of RGB (Red+Green+Blue) = 220+24+101=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1865 is #23E79A. Grayscale: #5B5B5B. Windows color (decimal): -2353051 or 6625500. OLE color: 6625500.

HSL color Cylindrical-coordinate representation of color #DC1865: hue angle of 336.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1865 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB22024101-
CMYK00.890.540.14
HSL336.43º80.33%47.84%-
HSV(B)336.43º89.09%86.27%-
XYZ32.1916.8113.86-
YUV91.38133.43219.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.77%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=63.77%
G=6.96%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202410100.890.540.14336.4380.3347.84
HexDC186505936E1505030
Octal334301450131661652012060
Binary110111001100011001010101100111011011101010100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1865; }

 p { color: rgb(220,24,101); }

 H1.HeaderClassName
 {
   color: #DC1865;
 }
 .AnyTagClassName
 {
   color: #DC1865;
 }
</style>
background-color css

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

 a { background-color: rgb(220,24,101); }

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

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

 span { border-color: rgb(220,24,101); }

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