Html Css Color HEX #DC0374 Ruby

📋 copy color: '#DC0374'

red 220 ◦ green 3 ◦ blue 116

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

Shades of Ruby #DC0374

Tints of Ruby #DC0374

RGB

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

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

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

R = 64.9%
G = 0.88%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0374 (or 0xDC0374) is known color: Ruby. HEX triplet: DC, 03 and 74. RGB value is (220,3,116). Sum of RGB (Red+Green+Blue) = 220+3+116=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0374 is #23FC8B. Grayscale: #505050. Windows color (decimal): -2358412 or 7603164. OLE color: 7603164.

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

Color convert

RGB 220 3 116 -
CMYK 0 0.99 0.47 0.14
HSL 328.76º 0.97% 0.44% -
HSV(B) 328.76º 0.99% 0.86% -
XYZ 32.7 16.54 17.99 -
YUV 80.77 147.89 227.31 -
System Red Green Blue C M Y K H S L
Decimal 220 3 116 0 0.99 0.47 0.14 328.76 0.97 0.44
Hex DC 3 74 0 63 2F E 149 61 2C
Octal 334 3 164 0 143 57 16 511 141 54
Binary 11011100 11 1110100 0 1100011 101111 1110 101001001 1100001 101100

Color Harmonies of #DC0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0374

Black with #DC0374

Text Example


Text Example

White with #DC0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0374; }

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

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

background-color css

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

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

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

border-color css

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

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

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