Html Css Color HEX #DC0F68 Ruby

📋 copy color: '#DC0F68'

red 220 ◦ green 15 ◦ blue 104

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

Shades of Ruby #DC0F68

Tints of Ruby #DC0F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 64.9%
G = 4.42%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC0F68 (or 0xDC0F68) is known color: Ruby. HEX triplet: DC, 0F and 68. RGB value is (220,15,104). Sum of RGB (Red+Green+Blue) = 220+15+104=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F68 is #23F097. Grayscale: #565656. Windows color (decimal): -2355352 or 6819804. OLE color: 6819804.

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

Color convert

RGB 220 15 104 -
CMYK 0 0.93 0.53 0.14
HSL 333.95º 0.87% 0.46% -
HSV(B) 333.95º 0.93% 0.86% -
XYZ 32.18 16.56 14.6 -
YUV 86.44 137.92 223.26 -
System Red Green Blue C M Y K H S L
Decimal 220 15 104 0 0.93 0.53 0.14 333.95 0.87 0.46
Hex DC F 68 0 5D 35 E 14E 57 2E
Octal 334 17 150 0 135 65 16 516 127 56
Binary 11011100 1111 1101000 0 1011101 110101 1110 101001110 1010111 101110

Color Harmonies of #DC0F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F68

Black with #DC0F68

Text Example


Text Example

White with #DC0F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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