Html Css Color HEX #DC0D68 Ruby

📋 copy color: '#DC0D68'

red 220 ◦ green 13 ◦ blue 104

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

Shades of Ruby #DC0D68

Tints of Ruby #DC0D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

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

R = 65.28%
G = 3.86%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC0D68 (or 0xDC0D68) is known color: Ruby. HEX triplet: DC, 0D and 68. RGB value is (220,13,104). Sum of RGB (Red+Green+Blue) = 220+13+104=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D68 is #23F297. Grayscale: #555555. Windows color (decimal): -2355864 or 6819292. OLE color: 6819292.

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

Color convert

RGB 220 13 104 -
CMYK 0 0.94 0.53 0.14
HSL 333.62º 0.89% 0.46% -
HSV(B) 333.62º 0.94% 0.86% -
XYZ 32.16 16.5 14.59 -
YUV 85.27 138.58 224.1 -
System Red Green Blue C M Y K H S L
Decimal 220 13 104 0 0.94 0.53 0.14 333.62 0.89 0.46
Hex DC D 68 0 5E 35 E 14E 59 2E
Octal 334 15 150 0 136 65 16 516 131 56
Binary 11011100 1101 1101000 0 1011110 110101 1110 101001110 1011001 101110

Color Harmonies of #DC0D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D68

Black with #DC0D68

Text Example


Text Example

White with #DC0D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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