Html Css Color HEX #DC0B73 Ruby

📋 copy color: '#DC0B73'

red 220 ◦ green 11 ◦ blue 115

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

Shades of Ruby #DC0B73

Tints of Ruby #DC0B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 63.58%
G = 3.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0B73 (or 0xDC0B73) is known color: Ruby. HEX triplet: DC, 0B and 73. RGB value is (220,11,115). Sum of RGB (Red+Green+Blue) = 220+11+115=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B73 is #23F48C. Grayscale: #555555. Windows color (decimal): -2356365 or 7539676. OLE color: 7539676.

HSL color Cylindrical-coordinate representation of color #DC0B73: hue angle of 330.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B73 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 11 115 -
CMYK 0 0.95 0.48 0.14
HSL 330.14º 0.9% 0.45% -
HSV(B) 330.14º 0.95% 0.86% -
XYZ 32.73 16.69 17.72 -
YUV 85.35 144.74 224.04 -
System Red Green Blue C M Y K H S L
Decimal 220 11 115 0 0.95 0.48 0.14 330.14 0.9 0.45
Hex DC B 73 0 5F 30 E 14A 5A 2D
Octal 334 13 163 0 137 60 16 512 132 55
Binary 11011100 1011 1110011 0 1011111 110000 1110 101001010 1011010 101101

Color Harmonies of #DC0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B73

Black with #DC0B73

Text Example


Text Example

White with #DC0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B73; }

 p { color: rgb(220,11,115); }

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

background-color css

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

 a { background-color: rgb(220,11,115); }

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

border-color css

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

 span { border-color: rgb(220,11,115); }

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