Html Css Color HEX #DC1067 Ruby

📋 copy color: '#DC1067'

red 220 ◦ green 16 ◦ blue 103

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

Shades of Ruby #DC1067

Tints of Ruby #DC1067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.38%

R = 64.9%
G = 4.72%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC1067 (or 0xDC1067) is known color: Ruby. HEX triplet: DC, 10 and 67. RGB value is (220,16,103). Sum of RGB (Red+Green+Blue) = 220+16+103=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1067 is #23EF98. Grayscale: #565656. Windows color (decimal): -2355097 or 6754524. OLE color: 6754524.

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

Color convert

RGB 220 16 103 -
CMYK 0 0.93 0.53 0.14
HSL 334.41º 0.86% 0.46% -
HSV(B) 334.41º 0.93% 0.86% -
XYZ 32.15 16.57 14.34 -
YUV 86.91 137.09 222.93 -
System Red Green Blue C M Y K H S L
Decimal 220 16 103 0 0.93 0.53 0.14 334.41 0.86 0.46
Hex DC 10 67 0 5D 35 E 14E 56 2E
Octal 334 20 147 0 135 65 16 516 126 56
Binary 11011100 10000 1100111 0 1011101 110101 1110 101001110 1010110 101110

Color Harmonies of #DC1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1067

Black with #DC1067

Text Example


Text Example

White with #DC1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1067; }

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

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

background-color css

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

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

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

border-color css

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

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

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