Html Css Color HEX #DC0674 Ruby

📋 copy color: '#DC0674'

red 220 ◦ green 6 ◦ blue 116

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

Shades of Ruby #DC0674

Tints of Ruby #DC0674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.75%

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

R = 64.33%
G = 1.75%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC0674 (or 0xDC0674) is known color: Ruby. HEX triplet: DC, 06 and 74. RGB value is (220,6,116). Sum of RGB (Red+Green+Blue) = 220+6+116=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0674 is #23F98B. Grayscale: #525252. Windows color (decimal): -2357644 or 7603932. OLE color: 7603932.

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

Color convert

RGB 220 6 116 -
CMYK 0 0.97 0.47 0.14
HSL 329.16º 0.95% 0.44% -
HSV(B) 329.16º 0.97% 0.86% -
XYZ 32.73 16.61 18 -
YUV 82.53 146.9 226.06 -
System Red Green Blue C M Y K H S L
Decimal 220 6 116 0 0.97 0.47 0.14 329.16 0.95 0.44
Hex DC 6 74 0 61 2F E 149 5F 2C
Octal 334 6 164 0 141 57 16 511 137 54
Binary 11011100 110 1110100 0 1100001 101111 1110 101001001 1011111 101100

Color Harmonies of #DC0674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0674

Black with #DC0674

Text Example


Text Example

White with #DC0674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0674; }

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

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

background-color css

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

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

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

border-color css

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

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

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