Html Css Color HEX #DC1A59 Ruby

📋 copy color: '#DC1A59'

red 220 ◦ green 26 ◦ blue 89

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

Shades of Ruby #DC1A59

Tints of Ruby #DC1A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 65.67%
G = 7.76%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1A59 (or 0xDC1A59) is known color: Ruby. HEX triplet: DC, 1A and 59. RGB value is (220,26,89). Sum of RGB (Red+Green+Blue) = 220+26+89=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A59 is #23E5A6. Grayscale: #5B5B5B. Windows color (decimal): -2352551 or 5839580. OLE color: 5839580.

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

Color convert

RGB 220 26 89 -
CMYK 0 0.88 0.60 0.14
HSL 340.52º 0.79% 0.48% -
HSV(B) 340.52º 0.88% 0.86% -
XYZ 31.69 16.68 11 -
YUV 91.19 126.77 219.88 -
System Red Green Blue C M Y K H S L
Decimal 220 26 89 0 0.88 0.60 0.14 340.52 0.79 0.48
Hex DC 1A 59 0 58 3C E 155 4F 30
Octal 334 32 131 0 130 74 16 525 117 60
Binary 11011100 11010 1011001 0 1011000 111100 1110 101010101 1001111 110000

Color Harmonies of #DC1A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A59

Black with #DC1A59

Text Example


Text Example

White with #DC1A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A59; }

 p { color: rgb(220,26,89); }

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

background-color css

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

 a { background-color: rgb(220,26,89); }

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

border-color css

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

 span { border-color: rgb(220,26,89); }

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