Html Css Color HEX #DC1072 Ruby

📋 copy color: '#DC1072'

red 220 ◦ green 16 ◦ blue 114

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

Shades of Ruby #DC1072

Tints of Ruby #DC1072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 62.86%
G = 4.57%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC1072 (or 0xDC1072) is known color: Ruby. HEX triplet: DC, 10 and 72. RGB value is (220,16,114). Sum of RGB (Red+Green+Blue) = 220+16+114=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1072 is #23EF8D. Grayscale: #575757. Windows color (decimal): -2355086 or 7475420. OLE color: 7475420.

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

Color convert

RGB 220 16 114 -
CMYK 0 0.93 0.48 0.14
HSL 331.18º 0.86% 0.46% -
HSV(B) 331.18º 0.93% 0.86% -
XYZ 32.74 16.8 17.44 -
YUV 88.17 142.59 222.03 -
System Red Green Blue C M Y K H S L
Decimal 220 16 114 0 0.93 0.48 0.14 331.18 0.86 0.46
Hex DC 10 72 0 5D 30 E 14B 56 2E
Octal 334 20 162 0 135 60 16 513 126 56
Binary 11011100 10000 1110010 0 1011101 110000 1110 101001011 1010110 101110

Color Harmonies of #DC1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1072

Black with #DC1072

Text Example


Text Example

White with #DC1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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