Html Css Color HEX #DC1E62 Ruby

📋 copy color: '#DC1E62'

red 220 ◦ green 30 ◦ blue 98

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

Shades of Ruby #DC1E62

Tints of Ruby #DC1E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.16%

R = 63.22%
G = 8.62%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC1E62 (or 0xDC1E62) is known color: Ruby. HEX triplet: DC, 1E and 62. RGB value is (220,30,98). Sum of RGB (Red+Green+Blue) = 220+30+98=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E62 is #23E19D. Grayscale: #5E5E5E. Windows color (decimal): -2351518 or 6430428. OLE color: 6430428.

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

Color convert

RGB 220 30 98 -
CMYK 0 0.86 0.55 0.14
HSL 338.53º 0.76% 0.49% -
HSV(B) 338.53º 0.86% 0.86% -
XYZ 32.18 17.03 13.15 -
YUV 94.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 220 30 98 0 0.86 0.55 0.14 338.53 0.76 0.49
Hex DC 1E 62 0 56 37 E 153 4C 31
Octal 334 36 142 0 126 67 16 523 114 61
Binary 11011100 11110 1100010 0 1010110 110111 1110 101010011 1001100 110001

Color Harmonies of #DC1E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E62

Black with #DC1E62

Text Example


Text Example

White with #DC1E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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