Html Css Color HEX #DC0F60 Ruby

📋 copy color: '#DC0F60'

red 220 ◦ green 15 ◦ blue 96

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

Shades of Ruby #DC0F60

Tints of Ruby #DC0F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29%

R = 66.47%
G = 4.53%
B = 29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC0F60 (or 0xDC0F60) is known color: Ruby. HEX triplet: DC, 0F and 60. RGB value is (220,15,96). Sum of RGB (Red+Green+Blue) = 220+15+96=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F60 is #23F09F. Grayscale: #555555. Windows color (decimal): -2355360 or 6295516. OLE color: 6295516.

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

Color convert

RGB 220 15 96 -
CMYK 0 0.93 0.56 0.14
HSL 336.29º 0.87% 0.46% -
HSV(B) 336.29º 0.93% 0.86% -
XYZ 31.8 16.4 12.56 -
YUV 85.53 133.92 223.91 -
System Red Green Blue C M Y K H S L
Decimal 220 15 96 0 0.93 0.56 0.14 336.29 0.87 0.46
Hex DC F 60 0 5D 38 E 150 57 2E
Octal 334 17 140 0 135 70 16 520 127 56
Binary 11011100 1111 1100000 0 1011101 111000 1110 101010000 1010111 101110

Color Harmonies of #DC0F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F60

Black with #DC0F60

Text Example


Text Example

White with #DC0F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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