Html Css Color HEX #DC1665 Ruby

📋 copy color: '#DC1665'

red 220 ◦ green 22 ◦ blue 101

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

Shades of Ruby #DC1665

Tints of Ruby #DC1665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 64.14%
G = 6.41%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC1665 (or 0xDC1665) is known color: Ruby. HEX triplet: DC, 16 and 65. RGB value is (220,22,101). Sum of RGB (Red+Green+Blue) = 220+22+101=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1665 is #23E99A. Grayscale: #5A5A5A. Windows color (decimal): -2353563 or 6624988. OLE color: 6624988.

HSL color Cylindrical-coordinate representation of color #DC1665: hue angle of 336.06º degrees, saturation: 0.82, 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 #DC1665 is Cyan = 0, Magento = 0.9, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 101 -
CMYK 0 0.9 0.54 0.14
HSL 336.06º 0.82% 0.47% -
HSV(B) 336.06º 0.9% 0.86% -
XYZ 32.15 16.73 13.85 -
YUV 90.21 134.1 220.58 -
System Red Green Blue C M Y K H S L
Decimal 220 22 101 0 0.9 0.54 0.14 336.06 0.82 0.47
Hex DC 16 65 0 5A 36 E 150 52 2F
Octal 334 26 145 0 132 66 16 520 122 57
Binary 11011100 10110 1100101 0 1011010 110110 1110 101010000 1010010 101111

Color Harmonies of #DC1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1665

Black with #DC1665

Text Example


Text Example

White with #DC1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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