Html Css Color HEX #DC0273 Ruby

📋 copy color: '#DC0273'

red 220 ◦ green 2 ◦ blue 115

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

Shades of Ruby #DC0273

Tints of Ruby #DC0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 65.28%
G = 0.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0273 (or 0xDC0273) is known color: Ruby. HEX triplet: DC, 02 and 73. RGB value is (220,2,115). Sum of RGB (Red+Green+Blue) = 220+2+115=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0273 is #23FD8C. Grayscale: #4F4F4F. Windows color (decimal): -2358669 or 7537372. OLE color: 7537372.

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

Color convert

RGB 220 2 115 -
CMYK 0 0.99 0.48 0.14
HSL 328.9º 0.98% 0.44% -
HSV(B) 328.9º 0.99% 0.86% -
XYZ 32.63 16.5 17.68 -
YUV 80.06 147.72 227.81 -
System Red Green Blue C M Y K H S L
Decimal 220 2 115 0 0.99 0.48 0.14 328.9 0.98 0.44
Hex DC 2 73 0 63 30 E 149 62 2C
Octal 334 2 163 0 143 60 16 511 142 54
Binary 11011100 10 1110011 0 1100011 110000 1110 101001001 1100010 101100

Color Harmonies of #DC0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0273

Black with #DC0273

Text Example


Text Example

White with #DC0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0273; }

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

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

background-color css

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

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

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

border-color css

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

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

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