Html Css Color HEX #DC1E70 Ruby

📋 copy color: '#DC1E70'

red 220 ◦ green 30 ◦ blue 112

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

Shades of Ruby #DC1E70

Tints of Ruby #DC1E70

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 60.77%
G = 8.29%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC1E70 (or 0xDC1E70) is known color: Ruby. HEX triplet: DC, 1E and 70. RGB value is (220,30,112). Sum of RGB (Red+Green+Blue) = 220+30+112=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E70 is #23E18F. Grayscale: #606060. Windows color (decimal): -2351504 or 7347932. OLE color: 7347932.

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

Color convert

RGB 220 30 112 -
CMYK 0 0.86 0.49 0.14
HSL 334.11º 0.76% 0.49% -
HSV(B) 334.11º 0.86% 0.86% -
XYZ 32.9 17.31 16.94 -
YUV 96.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 220 30 112 0 0.86 0.49 0.14 334.11 0.76 0.49
Hex DC 1E 70 0 56 31 E 14E 4C 31
Octal 334 36 160 0 126 61 16 516 114 61
Binary 11011100 11110 1110000 0 1010110 110001 1110 101001110 1001100 110001

Color Harmonies of #DC1E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E70

Black with #DC1E70

Text Example


Text Example

White with #DC1E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E70; }

 p { color: rgb(220,30,112); }

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

background-color css

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

 a { background-color: rgb(220,30,112); }

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

border-color css

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

 span { border-color: rgb(220,30,112); }

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