Html Css Color HEX #DC1363 Ruby

📋 copy color: '#DC1363'

red 220 ◦ green 19 ◦ blue 99

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

Shades of Ruby #DC1363

Tints of Ruby #DC1363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 65.09%
G = 5.62%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1363 (or 0xDC1363) is known color: Ruby. HEX triplet: DC, 13 and 63. RGB value is (220,19,99). Sum of RGB (Red+Green+Blue) = 220+19+99=338 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.09% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1363 is #23EC9C. Grayscale: #585858. Windows color (decimal): -2354333 or 6493148. OLE color: 6493148.

HSL color Cylindrical-coordinate representation of color #DC1363: hue angle of 336.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1363 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 99 -
CMYK 0 0.91 0.55 0.14
HSL 336.12º 0.84% 0.47% -
HSV(B) 336.12º 0.91% 0.86% -
XYZ 32 16.58 13.32 -
YUV 88.22 134.09 222 -
System Red Green Blue C M Y K H S L
Decimal 220 19 99 0 0.91 0.55 0.14 336.12 0.84 0.47
Hex DC 13 63 0 5B 37 E 150 54 2F
Octal 334 23 143 0 133 67 16 520 124 57
Binary 11011100 10011 1100011 0 1011011 110111 1110 101010000 1010100 101111

Color Harmonies of #DC1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1363

Black with #DC1363

Text Example


Text Example

White with #DC1363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1363; }

 p { color: rgb(220,19,99); }

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

background-color css

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

 a { background-color: rgb(220,19,99); }

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

border-color css

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

 span { border-color: rgb(220,19,99); }

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