Html Css Color HEX #DC1E6F Ruby

📋 copy color: '#DC1E6F'

red 220 ◦ green 30 ◦ blue 111

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

Shades of Ruby #DC1E6F

Tints of Ruby #DC1E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.75%

R = 60.94%
G = 8.31%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC1E6F (or 0xDC1E6F) is known color: Ruby. HEX triplet: DC, 1E and 6F. RGB value is (220,30,111). Sum of RGB (Red+Green+Blue) = 220+30+111=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6F is #23E190. Grayscale: #5F5F5F. Windows color (decimal): -2351505 or 7282396. OLE color: 7282396.

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

Color convert

RGB 220 30 111 -
CMYK 0 0.86 0.50 0.14
HSL 334.42º 0.76% 0.49% -
HSV(B) 334.42º 0.86% 0.86% -
XYZ 32.85 17.29 16.65 -
YUV 96.04 136.45 216.41 -
System Red Green Blue C M Y K H S L
Decimal 220 30 111 0 0.86 0.50 0.14 334.42 0.76 0.49
Hex DC 1E 6F 0 56 32 E 14E 4C 31
Octal 334 36 157 0 126 62 16 516 114 61
Binary 11011100 11110 1101111 0 1010110 110010 1110 101001110 1001100 110001

Color Harmonies of #DC1E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E6F

Black with #DC1E6F

Text Example


Text Example

White with #DC1E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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