Html Css Color HEX #DC0376 Ruby

📋 copy color: '#DC0376'

red 220 ◦ green 3 ◦ blue 118

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

Shades of Ruby #DC0376

Tints of Ruby #DC0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 64.52%
G = 0.88%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC0376 (or 0xDC0376) is known color: Ruby. HEX triplet: DC, 03 and 76. RGB value is (220,3,118). Sum of RGB (Red+Green+Blue) = 220+3+118=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0376 is #23FC89. Grayscale: #505050. Windows color (decimal): -2358410 or 7734236. OLE color: 7734236.

HSL color Cylindrical-coordinate representation of color #DC0376: hue angle of 328.2º degrees, saturation: 0.97, 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 #DC0376 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 118 -
CMYK 0 0.99 0.46 0.14
HSL 328.2º 0.97% 0.44% -
HSV(B) 328.2º 0.99% 0.86% -
XYZ 32.82 16.59 18.61 -
YUV 80.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 220 3 118 0 0.99 0.46 0.14 328.2 0.97 0.44
Hex DC 3 76 0 63 2E E 148 61 2C
Octal 334 3 166 0 143 56 16 510 141 54
Binary 11011100 11 1110110 0 1100011 101110 1110 101001000 1100001 101100

Color Harmonies of #DC0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0376

Black with #DC0376

Text Example


Text Example

White with #DC0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0376; }

 p { color: rgb(220,3,118); }

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

background-color css

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

 a { background-color: rgb(220,3,118); }

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

border-color css

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

 span { border-color: rgb(220,3,118); }

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