Html Css Color HEX #DC1764 Ruby

📋 copy color: '#DC1764'

red 220 ◦ green 23 ◦ blue 100

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

Shades of Ruby #DC1764

Tints of Ruby #DC1764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 64.14%
G = 6.71%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1764 (or 0xDC1764) is known color: Ruby. HEX triplet: DC, 17 and 64. RGB value is (220,23,100). Sum of RGB (Red+Green+Blue) = 220+23+100=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1764 is #23E89B. Grayscale: #5A5A5A. Windows color (decimal): -2353308 or 6559708. OLE color: 6559708.

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

Color convert

RGB 220 23 100 -
CMYK 0 0.90 0.55 0.14
HSL 336.55º 0.81% 0.48% -
HSV(B) 336.55º 0.9% 0.86% -
XYZ 32.12 16.75 13.6 -
YUV 90.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 220 23 100 0 0.90 0.55 0.14 336.55 0.81 0.48
Hex DC 17 64 0 5A 37 E 151 51 30
Octal 334 27 144 0 132 67 16 521 121 60
Binary 11011100 10111 1100100 0 1011010 110111 1110 101010001 1010001 110000

Color Harmonies of #DC1764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1764

Black with #DC1764

Text Example


Text Example

White with #DC1764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1764; }

 p { color: rgb(220,23,100); }

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

background-color css

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

 a { background-color: rgb(220,23,100); }

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

border-color css

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

 span { border-color: rgb(220,23,100); }

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