Html Css Color HEX #DC1065 Ruby

📋 copy color: '#DC1065'

red 220 ◦ green 16 ◦ blue 101

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

Shades of Ruby #DC1065

Tints of Ruby #DC1065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.75%

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

R = 65.28%
G = 4.75%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC1065 (or 0xDC1065) is known color: Ruby. HEX triplet: DC, 10 and 65. RGB value is (220,16,101). Sum of RGB (Red+Green+Blue) = 220+16+101=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1065 is #23EF9A. Grayscale: #565656. Windows color (decimal): -2355099 or 6623452. OLE color: 6623452.

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

Color convert

RGB 220 16 101 -
CMYK 0 0.93 0.54 0.14
HSL 335º 0.86% 0.46% -
HSV(B) 335º 0.93% 0.86% -
XYZ 32.05 16.53 13.81 -
YUV 86.69 136.09 223.09 -
System Red Green Blue C M Y K H S L
Decimal 220 16 101 0 0.93 0.54 0.14 335 0.86 0.46
Hex DC 10 65 0 5D 36 E 14F 56 2E
Octal 334 20 145 0 135 66 16 517 126 56
Binary 11011100 10000 1100101 0 1011101 110110 1110 101001111 1010110 101110

Color Harmonies of #DC1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1065

Black with #DC1065

Text Example


Text Example

White with #DC1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1065; }

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

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

background-color css

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

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

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

border-color css

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

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

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