Html Css Color HEX #DC1368 Ruby

📋 copy color: '#DC1368'

red 220 ◦ green 19 ◦ blue 104

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

Shades of Ruby #DC1368

Tints of Ruby #DC1368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 64.14%
G = 5.54%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC1368 (or 0xDC1368) is known color: Ruby. HEX triplet: DC, 13 and 68. RGB value is (220,19,104). Sum of RGB (Red+Green+Blue) = 220+19+104=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1368 is #23EC97. Grayscale: #585858. Windows color (decimal): -2354328 or 6820828. OLE color: 6820828.

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

Color convert

RGB 220 19 104 -
CMYK 0 0.91 0.53 0.14
HSL 334.63º 0.84% 0.47% -
HSV(B) 334.63º 0.91% 0.86% -
XYZ 32.25 16.68 14.62 -
YUV 88.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 220 19 104 0 0.91 0.53 0.14 334.63 0.84 0.47
Hex DC 13 68 0 5B 35 E 14F 54 2F
Octal 334 23 150 0 133 65 16 517 124 57
Binary 11011100 10011 1101000 0 1011011 110101 1110 101001111 1010100 101111

Color Harmonies of #DC1368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1368

Black with #DC1368

Text Example


Text Example

White with #DC1368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1368; }

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

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

background-color css

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

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

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

border-color css

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

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

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