Html Css Color HEX #DC0D74 Ruby

📋 copy color: '#DC0D74'

red 220 ◦ green 13 ◦ blue 116

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

Shades of Ruby #DC0D74

Tints of Ruby #DC0D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 63.04%
G = 3.72%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0D74 (or 0xDC0D74) is known color: Ruby. HEX triplet: DC, 0D and 74. RGB value is (220,13,116). Sum of RGB (Red+Green+Blue) = 220+13+116=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D74 is #23F28B. Grayscale: #565656. Windows color (decimal): -2355852 or 7605724. OLE color: 7605724.

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

Color convert

RGB 220 13 116 -
CMYK 0 0.94 0.47 0.14
HSL 330.14º 0.89% 0.46% -
HSV(B) 330.14º 0.94% 0.86% -
XYZ 32.81 16.76 18.03 -
YUV 86.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 220 13 116 0 0.94 0.47 0.14 330.14 0.89 0.46
Hex DC D 74 0 5E 2F E 14A 59 2E
Octal 334 15 164 0 136 57 16 512 131 56
Binary 11011100 1101 1110100 0 1011110 101111 1110 101001010 1011001 101110

Color Harmonies of #DC0D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0D74

Black with #DC0D74

Text Example


Text Example

White with #DC0D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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