Html Css Color HEX #DC1E6D Ruby

📋 copy color: '#DC1E6D'

red 220 ◦ green 30 ◦ blue 109

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

Shades of Ruby #DC1E6D

Tints of Ruby #DC1E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.36%

R = 61.28%
G = 8.36%
B = 30.36%

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

#DC1E6D (or 0xDC1E6D) is known color: Ruby. HEX triplet: DC, 1E and 6D. RGB value is (220,30,109). Sum of RGB (Red+Green+Blue) = 220+30+109=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E6D is #23E192. Grayscale: #5F5F5F. Windows color (decimal): -2351507 or 7151324. OLE color: 7151324.

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

Color convert

RGB 220 30 109 -
CMYK 0 0.86 0.50 0.14
HSL 335.05º 0.76% 0.49% -
HSV(B) 335.05º 0.86% 0.86% -
XYZ 32.74 17.25 16.07 -
YUV 95.82 135.45 216.58 -
System Red Green Blue C M Y K H S L
Decimal 220 30 109 0 0.86 0.50 0.14 335.05 0.76 0.49
Hex DC 1E 6D 0 56 32 E 14F 4C 31
Octal 334 36 155 0 126 62 16 517 114 61
Binary 11011100 11110 1101101 0 1010110 110010 1110 101001111 1001100 110001

Color Harmonies of #DC1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E6D

Black with #DC1E6D

Text Example


Text Example

White with #DC1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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