Html Css Color HEX #DC0F59 Ruby

📋 copy color: '#DC0F59'

red 220 ◦ green 15 ◦ blue 89

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

Shades of Ruby #DC0F59

Tints of Ruby #DC0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

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

R = 67.9%
G = 4.63%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC0F59 (or 0xDC0F59) is known color: Ruby. HEX triplet: DC, 0F and 59. RGB value is (220,15,89). Sum of RGB (Red+Green+Blue) = 220+15+89=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F59 is #23F0A6. Grayscale: #545454. Windows color (decimal): -2355367 or 5836764. OLE color: 5836764.

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

Color convert

RGB 220 15 89 -
CMYK 0 0.93 0.60 0.14
HSL 338.34º 0.87% 0.46% -
HSV(B) 338.34º 0.93% 0.86% -
XYZ 31.49 16.28 10.93 -
YUV 84.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 220 15 89 0 0.93 0.60 0.14 338.34 0.87 0.46
Hex DC F 59 0 5D 3C E 152 57 2E
Octal 334 17 131 0 135 74 16 522 127 56
Binary 11011100 1111 1011001 0 1011101 111100 1110 101010010 1010111 101110

Color Harmonies of #DC0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F59

Black with #DC0F59

Text Example


Text Example

White with #DC0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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